--Original Message---
>> From: Pasta Bolognese
>> To: Ivan Lucena
>> Cc: gdal-dev@lists.osgeo.org
>> Subject: Re: [gdal-dev] GeoRaster: problem updating on predefined existing
>> table
>> Sent: Jul 12 '10 09:59
>>
>> doing more exper
. GDAL 1.7.2.
Please update it and try again.
Regards.
> ---Original Message---
> From: Pasta Bolognese
> To: Ivan Lucena
> Cc: gdal-dev@lists.osgeo.org
> Subject: Re: [gdal-dev] GeoRaster: problem updating on predefined existing
> table
> Sent: Jul 12 '
doing more experiments it results that the error is given ONLY when
the schema is given.
gdal_translate -of georaster c:\tmp\map.png ^
georaster:geoserver/geoserver,MFDEVDB,GEOSERVER.PASTA
_RASTERS,raster ^
-co "INSERT=VALUES(SDO_GEOR.INIT('pasta_rdt_01'))"
It is usi
> >
> > C:\>gdal_translate -of georaster c:\tmp\map.png
> > georaster:geoserver/geoserver,MFDEVDB
> >
> > and it works well. Then I've imported another immage using the same
> > command and it worked well too !
>
> Note that you didn't specify table & column so a table named "GDAL_IMPORT",
>
> ---Original Message---
> From: Pasta Bolognese
> To: gdal-dev@lists.osgeo.org
> Subject: [gdal-dev] GeoRaster: problem updating on predefined existing table
> Sent: Jul 12 '10 04:33
>
> Hi All,
>
> following http://www.gdal.org/frmt_georast
Hi All,
following http://www.gdal.org/frmt_georaster.html I've imported a
small immage using:
C:\>gdal_translate -of georaster c:\tmp\map.png
georaster:geoserver/geoserver,MFDEVDB
and it works well. Then I've imported another immage using the same
command and it worked well too !
Then I have d