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

Home -> Community -> Mailing Lists -> Oracle-L -> AW: RE: How to find out what caused job to fail?

AW: RE: How to find out what caused job to fail?

From: Daiminger, Helmut <Helmut.Daiminger_at_KirchGruppe.de>
Date: Mon, 04 Feb 2002 03:16:55 -0800
Message-ID: <F001.00404902.20020204024520@fatcity.com>

Roland,

you can read the alert log file with vi (or notepad if you are on windows). It can be found in background_dump_dest (look in the init.ora for it). The naming convention is alert_<SID>.log. Oracle writes lots of information about what is going on in the database (e.g. tablespace modifications, log switches and tons more) into that file.

Trace files are written to background_dump_dest (for background processes), user_dump_dest (for user processes) or core_dump_dest (Oracle core dumps). All files are plain text files.

hth,
Helmut

> -----Ursprüngliche Nachricht-----
> Von: Roland.Skoldblom_at_ica.se [mailto:Roland.Skoldblom_at_ica.se]
> Gesendet: Montag, 4. Februar 2002 10:36
> An: Multiple recipients of list ORACLE-L
> Betreff: Ang: RE: How to find out what caused job to fail?
>
>
>
> But how do I use the alert log and where canI find the trace file?
>
>
> Roland
>
>
>
>
> yen-wee.tan_at_amd.com_at_fatcity.com den 2002-02-04 01:05 PST
>
> Sänd svar till ORACLE-L_at_fatcity.com
>
> Sänt av:  root_at_fatcity.com
>
>
> Till: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> Kopia:
>
> Hi, you can find the reason in alert log or trace files.

>      -----Original Message-----
>      From: Daiminger, Helmut [mailto:Helmut.Daiminger_at_KirchGruppe.de]
>      Sent: Monday, February 04, 2002 4:40 PM
>      To: Multiple recipients of list ORACLE-L
>      Subject: How to find out what caused job to fail?

>
>
>
>      Hi!

>
>
>      Is there a way to find out, why a database job failed? 

> in dba_jobs (or user_jobs), I can only see that it failed,
> but no indication of the reason why it failed. Any ideas?
>
>
>      This is 8.1.7 on Solaris.

>
>
>      Thanks,
>      Helmut

>
>
>
>
>
>
>
>
>
>
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
>   INET: Roland.Skoldblom_at_ica.se

>
> Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California        -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
>
Received on Mon Feb 04 2002 - 05:16:55 CST

Original text of this message

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