Re: [gdal-dev] Regarding using OCI

2009-07-17 Thread Peter J Halls
Srikanth, Srikanth wrote: Peter , To be more specific, I want to store a ESRI shape file into the oracle database. I would like to know whether gdal provides such a kind of direct method where in if one passes the shape file name it gets stored in the database handling the conversion of SDO_GEO

Re: [gdal-dev] Regarding using OCI

2009-07-17 Thread Chaitanya kumar CH
Srikanth, The ogr2ogr utility might be of help to you. Docs: http://gdal.org/ogr2ogr.html Download: http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries On Fri, Jul 17, 2009 at 4:37 PM, Srikanth wrote: > Peter , > > To be more specific, I want to store a ESRI shape file into the oracle > dat

Re: [gdal-dev] Regarding using OCI

2009-07-17 Thread Srikanth
Peter , To be more specific, I want to store a ESRI shape file into the oracle database. I would like to know whether gdal provides such a kind of direct method where in if one passes the shape file name it gets stored in the database handling the conversion of SDO_GEOM type internally. I have go

Re: [gdal-dev] Regarding using OCI

2009-07-17 Thread Peter Halls
Srikanth, with the driver documentation, Frank has provided a simple overview example. Otherwise, the OCI driver works just like any other. Look carefully at Frank's syntax for the connection string, though. I've been using this driver for a couple of years now with very good results - i

[gdal-dev] Regarding using OCI

2009-07-17 Thread Srikanth
Dear All, I want to connect to Oracle and save/retrieve the vector/raster files using OCI. I have identified the classes ( ogrocidriver, ogrocistatement, ogrocitablelayer, etc) in GDAL to achieve this.But I did not find any documentation or examples to guide. I would be thankful if anyone can prov