Now onto the command to strip
these out and create a list. Here is the
command:
FINDSTR /G:alertstrings
numbered_alert_db10.log | FIND /N /V "" >
numbered_alert_errors
AND here is what it
produces:
[1][116]ORA-1109
signalled during: ALTER DATABASE CLOSE
NORMAL...
. . .
so now
say we are looking for
the 6th error in our
alert log. Just issue
the following command:
FINDSTR
/B /C:[6]
numbered_alert_errors
AND here
is what you get:
[6][235]ORA-00312:
online log 2 thread 1:
'/oradata/db10/redo02.log'