ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [OCI_relate+540] [PC:0x348C676] [ADDR
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?
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?
0