Skip to content
Laurenz Albe edited this page Apr 9, 2018 · 2 revisions

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.

Compare issue #244.