We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When you try to store a geometry with many vertices to Oracle, you can get the following error:
ERROR: cannot append to ordinate collection DETAIL: OCI-22165: given index [1048576] must be in the range of [0] to [1048575]
The cause is that Oracle's SDO_GEOMETRY does not support large geometries like that; this is an Oracle limitation.
SDO_GEOMETRY
Compare issue #244.