I have a java applicatiion ,this application connect to oracle database which version is 12.1.0.1 to execute SDO_RELATE operator .
The sql text is "select * from( select D0_.objectid as objectid from DLTB20111205 D0_ where SDO_RELATE(shape,:1 ,'mask=ANYINTERACT') = :2 ) where rownum <= :3".
The table DLTB20111205 contains a column called shape which is an object datatype SDO_GEOMETRY.
When the thread number is set more than 1 and the database partition table use local spatial index ,
there was an error ORA-07445 :[_intel_memcpy()+2132].
But when i adjust the thread number to 1 or i create a global spatial index instead of local spatial index , there was no exception .I don't know the reason ,so i upload the package of the trace files , hoping somebody can tell me why and give me a solution .
Any replies will be highly appreciate.
Regards.
NOTE : The attachment below is a package of trace files packaged by ADRCI tool.