Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sdo_util.getvertices not working

28821Apr 22 2003 — edited May 1 2003
I tried to run the sdo_util.getvertices on a simple table of points.

Here is the sql and the error:

SQL> select c.city_name, t.x, t.y
2 from cities c, table(SDO_UTIL.GETVERTICES (c.geometry)) t;
from cities c, table(SDO_UTIL.GETVERTICES(c.geometry)) t
*
ERROR at line 2:
ORA-06533: Subscript beyond count
ORA-06512: at "MDSYS.SDO_UTIL", line 61

What could cause this problem?

Thanks,

JDE
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2003
Added on Apr 22 2003
5 comments
514 views