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 -> Re: what determines the info sent to the alert log and trace files

Re: what determines the info sent to the alert log and trace files

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Sat, 23 Apr 2005 22:32:56 +0000 (UTC)
Message-ID: <d4eien$jkn$1@nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com>

"Oxnard" <shankeypNO_SPAM_at_comcast.net> wrote in message news:UcydneC9SNsb3PXfRVn-2g_at_comcast.com...
> 9.2.0.5 Aix 5.2.0.0
> What determines the messages put in the alert log and trace files?
> Additionally if I wanted to ensure that if the temp tablespace fills up I
> get a message in the alert log and if possible a trace file is created
> with the session that had the event happen to them. It would also be good
> if the SQL the session is running is also put in the trace file.
>

One option you have for trapping this information is to make your sessions resumable - which means they will suspend themselves for a while before failing if they hit a space management problem,

You can then write an 'after suspend' trigger that checks what the problem was and get the trigger to write the SQL to the trace file and/or alert log. (Moreover, the session will resume automatically if the space problem happens to go away). Do a key word search on RESUMABLE at tahiti.oracle.com for more on resumable sessions.

-- 
Regards

Jonathan Lewis

http://www.jlcomp.demon.co.uk/faq/ind_faq.html
The Co-operative Oracle Users' FAQ

http://www.jlcomp.demon.co.uk/seminar.html
Public Appearances - schedule updated April 5th 2005
Received on Sat Apr 23 2005 - 17:32:56 CDT

Original text of this message

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