Database Administration (MOSC)

MOSC Banner

ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [OCI_relate+540] [PC:0x348C676] [ADDR

edited Jan 9, 2010 1:51PM in Database Administration (MOSC) 4 commentsAnswered ✓
Hi
i m using windows 2008 server 64 bit with pacth oracle 10.2.0.4 , when i run this code:

select sdo_geom.relate(
mdsys.sdo_geometry(2002, null, null, mdsys.sdo_elem_info_array(1,2,1), mdsys.sdo_ordinate_array(
0,
0,
10,
0))
,'ANYINTERACT',
mdsys.sdo_geometry(2002, null, null, mdsys.sdo_elem_info_array(1,2,1), mdsys.sdo_ordinate_array(
5,
-10,
5,
10))
,1e-7)
from dual

retunrs  this error : ORA-03113: end-of-file on communication channel

Looknig in the alert log i found this error massage:

ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [OCI_relate+540] [PC:0x348C676] [ADDR:0xFB] [UNABLE_TO_WRITE] []

I cant find a solution at metalinks site, anyone Known how fix this problem or have the same problem?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center