Hello I'm trying to get a list of all layers in an SDE database hosted in oracle
here is the command I'm using:
ogrinfo -al SDE:localhost,5151,sde,sde,sde Note: I've replace the database, username and password values with sde
When I execute the above I get the following message:
FAILURE: Unable to open datasource `SDE:localhost,5151,sde,sde,sde Following drivers. -> OCI -> SOSI -> ESRI Shapefile -> MapInfo File -> UK .NTF -> SDTS -> TIGER -> S57 -> DGN -> VRT -> REC -> Memory -> BNA -> CSV -> NAS -> GML -> GPX -> KML -> GeoJSON -> Interlis 1 -> Interlis 2 -> GMT -> GPKG -> SQLite -> ODBC -> WAsP -> PGeo -> MSSQLSpatial -> OGDI -> PostgreSQL -> MySQL -> PCIDSK -> OpenFileGDB -> XPlane -> AVCBin -> AVCE00 -> DXF -> Geoconcept -> GeoRSS -> GPSTrackMaker -> VFK -> PGDump -> OSM -> GPSBabel -> SUA -> OpenAir -> PDS -> WFS -> HTF -> AeronavFAA -> Geomedia -> EDIGEO -> GFT -> GME -> SVG -> CouchDB -> Idrisi -> ARCGEN -> SEGUKOOA -> SEGY -> XLS -> ODS -> XLSX -> ElasticSearch -> PDF -> Walk -> CartoDB -> SXF I'm assuming that since SDE isn't in the list that is the problem.
Any idea of how to add this support?
according to http://www.gdal.org/drv_sde.html
It isn't compiled by default and requires the ARC SDE drivers
I'm unsure how to install this correctly
أكثر...
here is the command I'm using:
ogrinfo -al SDE:localhost,5151,sde,sde,sde Note: I've replace the database, username and password values with sde
When I execute the above I get the following message:
FAILURE: Unable to open datasource `SDE:localhost,5151,sde,sde,sde Following drivers. -> OCI -> SOSI -> ESRI Shapefile -> MapInfo File -> UK .NTF -> SDTS -> TIGER -> S57 -> DGN -> VRT -> REC -> Memory -> BNA -> CSV -> NAS -> GML -> GPX -> KML -> GeoJSON -> Interlis 1 -> Interlis 2 -> GMT -> GPKG -> SQLite -> ODBC -> WAsP -> PGeo -> MSSQLSpatial -> OGDI -> PostgreSQL -> MySQL -> PCIDSK -> OpenFileGDB -> XPlane -> AVCBin -> AVCE00 -> DXF -> Geoconcept -> GeoRSS -> GPSTrackMaker -> VFK -> PGDump -> OSM -> GPSBabel -> SUA -> OpenAir -> PDS -> WFS -> HTF -> AeronavFAA -> Geomedia -> EDIGEO -> GFT -> GME -> SVG -> CouchDB -> Idrisi -> ARCGEN -> SEGUKOOA -> SEGY -> XLS -> ODS -> XLSX -> ElasticSearch -> PDF -> Walk -> CartoDB -> SXF I'm assuming that since SDE isn't in the list that is the problem.
Any idea of how to add this support?
according to http://www.gdal.org/drv_sde.html
It isn't compiled by default and requires the ARC SDE drivers
I'm unsure how to install this correctly
أكثر...