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!

ORA-13050

28821May 5 2004 — edited May 21 2004
I am running some sql that buffers one object and then queries to find all polygons within the buffered area that have an area greater than the given amount. I get the following errors after this sql runs for about 1.5 hours

ERROR:
ORA-29902: error in executing ODCIIndexStart() routine
ORA-13050: unable to construct spatial object
ORA-06512: at "MDSYS.SDO_3GL", line 439
ORA-06512: at "MDSYS.SDO_GEOM", line 3047
ORA-06512: at "MDSYS.SDO_GEOM", line 3060

What would cause this error? I have had this query run on a much smaller data set without error. I am inclined to think that there may be an invalid geometry. I will check that possibility. However, I checked the error 13050 and it just says to contact oracle support.

What causes the ora-13050 error?

TIA,

JDE
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2004
Added on May 5 2004
4 comments
456 views