ORA-07445: [_intel_memcpy()+2132]

Comments
-
Hello
Here the issue is with the next query :
SELECT *
FROM
(SELECT D0_.objectid AS objectid
FROM DLTB20111205 D0_
WHERE SDO_RELATE(shape,:1,'mask=ANYINTERACT') = :2)
WHERE rownum <=
;
From the trace file we can observe the following bind values being passed .
Bind#0
value=Unhandled datatype (121) found in kxsbndinf ========>>>>>>>>>>>>> Here the value passed seems to be not correct / unable to handle .
Bind#1
value="TRUE"
Bind#2
value=1
My suggestion would be to pass the correct values to the geometry 2 to the SDO_RELATE .
Regards
Prasad
1