ORA-13332: invalid LRS point
Cause: The specified LRS point was not a point geometry with measure information.
Action: Check the given point geometry. A valid LRS point is a point geometry in Oracle Spatial with an additional dimension for measure.
ORA-13332错误是指数据空间中的点无效。它在对对象(表、字段、外键、索引等)空间分布时引起。
1.确认损坏的空间点位置及相关对象,分析损坏点及对象之间的依赖关系。
2.将损坏空间点数据修改为正确的值:
a.使用数据库备份恢复数据,如果损坏的点上存储的数据很重要;
b.capture the statistics and min/max values for the corrupted point, and use SQL to UPDATE the point;
c.drop any objects which may be using the corrupt point, and insert the table/field again:
3.使用ALTER TABLE MOVE语句来重新尝试对对象进行平均空间分配。