文档解释
ORA-13419: cannot perform mosaick operation on the specified table column
Cause: An attempt to perform a mosaick operation failed because the GeoRaster objects in the specified table column did not meet necessary conditions.
Action: Check the documentation for SDO_GEOR.Mosaick for details.
ORA-13419错误表示不能在指定的表列上执行Mosaick操作。
官方解释
ORA-13419:无法在此列上执行Mosaick操作。
理由可能是:
列类型必须是图像或矢量。
此列必须是表的列,不能是视图的列。
常见案例
当我们在执行Mosaick操作,在表中创建新的列时,可能会收到ORA-13419错误。
正常处理方法及步骤
1.确保列的数据类型为图像或矢量。
2.确保列是表的列而不是视图的列。
3.重新运行以执行Mosaick操作。