| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> ora-07445 error on Oracle 10g
Hi,
I'm running into a lot of ORA-07445 (Address not mapped to object) errors on
Oracle 10g on Red Hat Adv Server 3.
This same problem occurs every time as Oracle tries to execute a procedure
from the WKSYS schema:
ORA-07445: exception encountered: core dump [eoaccess_IU()+165] [SIGSEGV] [Address not mapped to object] [0x5E4E08] [] []
Current SQL statement for this session: DECLARE
job BINARY_INTEGER := :job;
next_date DATE := :mydate;
broken BOOLEAN := FALSE;
BEGIN
wksys.wk_job.invoke(1,2); :
mydate := next_date;
IF broken THEN :
b := 1;
ELSE
:b := 0;
END IF;
![]() |
![]() |