ESRI suggests not to use SDO_Georaster data type on Orcle 11g R2 for the following reson:
http://support.esri.com/en/knowledgebase/techarticles/detail/38940
We had ArcGIS 10.1 setup on Oracle 11g R2 and we are able to insert data into SDO_GEORASTER data type.
Is there anyone that experienced that bug¸or was able to reproduce it ?
it looks like no body talks about it on the web! I must be missing something here :/
Is it really a bug ?
It looks like I’ve solved the problem…
We are now able to insert data into SDO_GEORASTER without any problem using Oracle 11g R2 using the following geoprocessing tool:
Data Management Tools => Raster => Raster Dataset => Copy Raster
The regionnal settings of my ArcGIS Desktop computer was French Canadian. So ArcGIS was inserting comas as decimal separators in the raster metadata.
I’ve found this by using the following to SQL commands:
SDO_GEOR.validateGeoRaster() and SDO_GEOR.schemaValidate()
Last night ESRI support team that was helping me confirmed that Regional settings would be to workaround for this bug: