ORA-13487: SRID not found for source coordinate system metadata
Cause: No SRID was found in the Oracle Spatial CS_SRS table to match the source coordinate system metadata.
Action: Add a user-defined coordinate reference system for this coordinate system, as explained in the Oracle Spatial documentation.
ORA-13487:SRID未找到源坐标系元数据
系统使用SRID来识别坐标系统,并进行地理空间数据变换。
1)检查坐标系统是否已正确定义,并确保它的SRID编号已经正确定义;
2)确保使用的坐标系统拥有正确的SRID;
3)如果在定义时没有指定SRID,请确保指定了SRID的参数;
4)根据坐标系统的类型查找合适的SRID,并将其指定给相应坐标系统。