[gdal-dev] gdal_translate: PLS-00201: identifier must be declared

Lucena, Ivan ivan.lucena at pmldnet.com
Sat Jul 24 02:40:42 EDT 2010


Sebastian,

It should work.

You are talking about the create-option INSERT, right?

You would need to add double quotes around the whole options entry therefore you would need to use
single quotes around the RDT name.

I just found a wrong example at [gdal.org/frmt_georaster.html] and I am going to fix that.

It should show single quotes around RDT:

% gdal_translate -of georaster landsat_1.tif georaster:scott/tiger,,landsat,scene \
  -co "INSERT=VALUES(10,'Main building', SDO_GEOR.INIT('RDT', 10))"

Best regards,

Ivan

Sebastian E. Ovide wrote:
> Hi All,
> 
> gdal_translate works with SDO_GEOR.INIT() but it doesn't with
> SDO_GEOR.INIT("RDT_MY_TABLE")...
> 
> any ideas ?
> 
> -- 
> Sebastian E. Ovide
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev



More information about the gdal-dev mailing list