gdal incorrectly quoted string literal Oracle OCI -
i updated gdal version 2. error if want data oracle database.
ogrinfo -ro oci:database/passwd -sql "select count(*) tablename"
the error is: incorrectly quoted string literal. old gdal version 1.xx works correctly think problem oci.dll @ gdalplugins. has idea
after waiting little bit error
ora-12154: tns:could not resolve connect identifier
it doesn't know why, because old gdal version had worked
sql quoting strict in 2.x 1.x, see:
https://trac.osgeo.org/gdal/browser/trunk/gdal/migration_guide.txt#l123
Comments
Post a Comment