文档解释
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操作。
查看更多关于ORA-13419: cannot perform mosaick operation on the specified table column ORACLE 报错的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did238969