Select to view content in your preferred language

Convert Oracle SDE export format to shapefile?

532
1
09-05-2012 03:04 PM
TroyPayne
Deactivated User
Is there any way to convert an export file from Oracle SDE (GDB) to a shapefile or other format that's usable by ArcGIS desktop using only desktop tools?  I only have access to ArcGIS 10.0 for desktop (not ArcSDE or server) and have an export file that I'd like to use.
0 Kudos
1 Reply
VinceAngelo
Esri Esteemed Contributor
The only possible access would be through 'sdexinfo -o list -a -s', and then
you'd need to parse the resulting ASCII stream.

- V
0 Kudos