ORA-13475: invalid GeoRaster object for output
Cause: The output GeoRaster object had the same RASTER_DATA_TABLE and RASTER_ID combination as that of an input GeoRaster object.
Action: Ensure that the output GeoRaster object is different from any of the input GeoRaster objects.
ORA-13475错误意味着当输出的操作中使用的GeoRaster对象不正确时,将会出现此错误。
该ORA-13475错误代表在运行某些操作时,创建的 GeoRaster 对象是无效的。 GeoRaster 对象可用于以二维或空间数据形式存储表示地球数据的影像像素矩阵。
案例:
由于传入参数错误,可能会出现以下情况:
例如,当在构建GeoRaster对象时,缺少一些必须的参数,尤其是 SDO_GEORASTER 内部调用GeoRaster构成对象时,可能会发生ORA-13475错误。因此,使用SDO_GEORASTER时,应正确声明所需的参数,以正确构建GeoRaster对象。
1.检查出错误的操作;
2.检查构建GeoRaster对象中使用的参数是否正确;
3.重新构建GeoRaster对象,正确声明输入参数;
4.重新尝试操作,查看错误是否已解决。