Oracle DBA, How To, Error, Cause and Action

ORA-13053: maximum number of geometric elements in argument list exceeded

ORA-13053: maximum number of geometric elements in argument list exceeded


Cause:


The maximum number of geometric elements that can be specified in the argument list for an SDO_GEOM function was exceeded.



Action:


Check the Oracle Spatial documentation for the syntax of the SDO_GEOM function and use fewer arguments to describe the geometry, or check the description of the SDO_WINDOW package for a workaround that permits storing the object in a table and then using it in as an argument in a call to the SDO_GEOM function.

No comments:

Post a Comment

Thanks for your comment.