ORA-13415: invalid or out of scope point specification ORACLE 报错 故障修复 远程处理
文档解释
ORA-13415: invalid or out of scope point specification
Cause: The point position specified by the or parameter combination was invalid or out of scope.
Action: Make sure the parameter(s) specify a valid point that is or can be translated into a cell position inside the cell space of the GeoRaster object.
ORA-13415 错误是 Oracle 数据库中非法或者超出范围点规范的一类错误。
官方解释
ORA-13415:传入的点(point)规范未知或没有符合指定的点类型。
常见案例
当用户尝试使用的点规范不是SDO_GEOMETRY类型,数据库就会返回ORA-13145错误。
正常处理方法及步骤
1、对应的参数规范必须是SDO_GEOMETRY类型,并且不能当做普通VARCHAR2类型使用。
2、检查传入的参数名称是否正确,参数名称要与函数定义的参数名称一致。
3、检查参数对应的数据是否准确,数据库只支持标准的点规范,而不支持定制的点规范。