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: oracle scan log script

Re: oracle scan log script

From: Ed Stevens <nospam_at_noway.nohow>
Date: Mon, 03 May 2004 09:22:53 -0500
Message-ID: <g6lc9011bq699i3e5fri7u9gs33uq7tm8m@4ax.com>


On 30 Apr 2004 19:50:13 -0700, tpreto7_at_sapo.pt (Teresa) wrote:

>Hello
>
>Does any one have a general script that scans the oracle logs? I'm
>looking for a script that can scan the alert.log etc
>Thanks!
>Teresa

OS?

On unix --

cat alert.log | grep 'ORA-'

On Win --

find /I "ORA-" alert.log

That's the guts of it. I leave redirect to an output log, changing the value being scanned for, etc. as an exercise for the student. Received on Mon May 03 2004 - 09:22:53 CDT

Original text of this message

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