How can i export a shape file to oracle using oci driver. I used the command
ogr2ogr -f OCI OCI:user/password@ip/servicename "C:\Downloads\sample.shp" -a_srs "EPSG:4326" it got uploaded correctly but the source datum was not defined. So i tried another command ogr2ogr -f OCI OCI:user/password@ip/servicename "C:\Downloads\sample.shp" -lco SRID=4326 even by this also the file was exported to oracle but the source layer was not defined any coordinate system. How can i export the shape file to oracle by defining the source layer coordinate system. Why im unable to define the coordinate the system during export.Please correct me if im wrong. im new to gdal. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev