ORA-13470: target and source layers or bands mismatched
Cause: The number of specified target layers or bands and source layers or bands did not match.
Action: When updating layers or bands of a target GeoRaster object to reflect the associated layers or bands of the source GeoRaster object, specify the same number of layers or bands for both the source and the target objects. Check the documentation for details.
等
ORA-13470错误说明在地理空间栅格数据转换时,目标和源图层或波段不匹配。
1)检查源和目标空间栅格层是否具有相同的:
a)类型
b)行数
c)列数
d)行列开始和结束
e)默认值
f)波段数等。
2)如果有任何属性不匹配,则应更新源或目标图层,以将其同步。
3)重新尝试使用Raster_Conversion_Function将源转换为目标。
4)如果问题仍然存在,请确保您使用了正确的函数,输入图层有效,并且配置了正确的范围参数。