<div>Hi All,</div>
<div> </div>
<div>I have posted this mail into &lt;<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a>&gt;, 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&#39;ve did the traditional <br> <br>SELECT id, sdo_geor.validategeoraster(georaster) isvalid from arcviewgrid;<br> <br>and I&#39;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&#39;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 &quot;SYS.XMLTYPE&quot;, line 354<br>ORA-06512: at &quot;MDSYS.SDO_GEOR&quot;, line 3263<br>31154. 00000 -  &quot;invalid XML document&quot; <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>