Re: [gdal-dev] loading oracle table as layer

Ivan Lucena ivan.lucena at pmldnet.com
Wed Dec 21 09:09:34 EST 2011


Imran,

Does your GDAL installation has the OGR/OCI driver?

$ ogrinfo --formats
...
  -> "OCI" (read/write)
...

$ ogrinfo oci:<usr>/<pwd>

The GDAL JavaDocs does not include information about each driver but you might find documentation about the sdo_geometry (OCI) driver here: http://www.gdal.org/ogr/drv_oci.html

Regards,

Ivan

>  -------Original Message-------
>  From: Imran Rajjad <rajjad at gmail.com>
>  To: gdal-dev <gdal-dev at lists.osgeo.org>
>  Subject: [gdal-dev] loading oracle table as layer
>  Sent: Dec 21 '11 05:43
>  
>  Hi list,
>   
>  I have an oracle table with a SDO_Geometry column, is it possible to access
>  this table using gdal/java and do transactions like insertion and modifying
>  features, since this table is used by a gis server and to make changes I
>  have to go through a long process . I check the layer class in Gdal
>  javadocs, there is no sign of creating a layer from oracle.
>   
>  regards,
>  Imran
>  
>  --
>  I.R
>  
>  --------------------
>  _______________________________________________
>  gdal-dev mailing list
>  [LINK: compose.php?to=gdal-dev at lists.osgeo.org] gdal-dev at lists.osgeo.org
>  [LINK: http://lists.osgeo.org/mailman/listinfo/gdal-dev]
>  http://lists.osgeo.org/mailman/listinfo/gdal-dev


More information about the gdal-dev mailing list