<div>Hi All,</div>
<div> </div>
<div>I have posted this mail into <<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a>>, but probably it is pertinent to this list too as this is the tool that I have used.<br> <br>
after loading a raster, I've did the traditional <br> <br>SELECT id, sdo_geor.validategeoraster(georaster) isvalid from arcviewgrid;<br> <br>and I've got: 1 13454 (<a href="http://ora-13454.ora-code.com/" target="_blank">http://ora-13454.ora-code.com/</a>)<br>
<br>therefore I've run<br> <br>SELECT sdo_geor.schemaValidate(georaster) from arcviewgrid;<br> <br>ORA-31154: invalid XML document<br>ORA-19202: Error occurred in XML processing<br>LSX-00204: extra data at end of complex element<br>
ORA-06512: at "SYS.XMLTYPE", line 354<br>ORA-06512: at "MDSYS.SDO_GEOR", line 3263<br>31154. 00000 - "invalid XML document" <br>*Cause: The XML document is invalid with respect to its XML Schema.<br>
*Action: Fix the errors identified and try again.<br> <br>that means that GDAL GeoRaster is generating a wrong metadata XML..<br> <br>Any Ideas ?<br> <br>thanks !</div>