maximum number of geometric elements in argument list exceeded

Solution ID:ORA-13053

Type: Oracle

Cause

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

Actions

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.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


Browse all solutions to database errors from Oracle, MS SQL, or MySQL