Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: shell script to parse alert log looking for certain ora- errors
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
![]() |
![]() |