ORA-13274: operator invoked with non-compatible SRIDs
Cause: A Spatial operator was invoked with a window geometry with an SRID but the layer has no SRID; or the window has no SRID but the layer has an SRID.
Action: Make sure that the layer and window both have an SRID or that they both do not have an SRID.
ORA-13274表示一个运算符被调用时所提供的投影坐标系的参数不兼容。
(1)确保使用正确的坐标系启动存储过程。
(2)在调用存储过程前,将坐标转换为与坐标系兼容的坐标。
(3)如果在调用存储过程时提供了错误的坐标,则需要重新检查坐标系。
(4)如果坐标系不兼容或格式不正确,则在调用存储过程之前,必须让坐标系兼容。