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: shell script to parse alert log looking for certain ora- errors

Re: shell script to parse alert log looking for certain ora- errors

From: Mlevison1 <mlevison1_at_aol.com>
Date: 15 Dec 1998 06:52:12 GMT
Message-ID: <19981215015212.17095.00000632@ng107.aol.com>


Refer to the UNIX "grep" or "egrep" or "fgrep" command. In particular, use it with regular expressions
i.e
grep "ORA-" alert$ORACLE_SID.log | egrep "7324|165[3-4]" Received on Tue Dec 15 1998 - 00:52:12 CST

Original text of this message

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