ORA-13050
28821May 5 2004 — edited May 21 2004I 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