Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ora-07445 error on Oracle 10g

ora-07445 error on Oracle 10g

From: Gordon <gordon_t_wu_at_hotmail.com>
Date: Mon, 3 May 2004 12:35:56 -0400
Message-ID: <Mxulc.200$Ny6.773@mencken.net.nih.gov>


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;

    END; Appreciate your help! Received on Mon May 03 2004 - 11:35:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US