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!

When executing SDO_RELATE operator parallelly , there is an error ORA-07445 :[_intel_memcpy()+2132]

3209923May 17 2016 — edited May 18 2016

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 15 2016
Added on May 17 2016
2 comments
858 views