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 <[email protected]> > To: gdal-dev <[email protected]> > 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: [email protected]] [email protected] > [LINK: http://lists.osgeo.org/mailman/listinfo/gdal-dev] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
