文档解释
ORA-13357: extent type does not contain 2 points
Cause: Extent type should be represented by two points: lower left and upper right.
Action: Confirm that there are only two points for an extent type.
ORA-13357指的是扩展类型不包含两个点。
官方解释
常见案例
正常处理方法及步骤
1.检查你是否在尝试使用扩展参数定义几何类型,而不是shape参数。
2.确保在使用扩展参数时,一定要提供两个点来确定范围,否则ORA-13357错误会发生。
3.另外,确保两个点具有相同的类型,也就是说,如果范围的第一个点是点,则第二个点也必须是点。如果不是,则会出现ORA-13357错误。