How to check or investigate certain process from a big file like ggserr.log file
How to check or investigate certain process from a big file like ggserr.log file
[oracle@ftdcslsinf623 11.1.1.0.27]$ awk '/STOPPED/ {print}' ggserr.log '|' awk '/ABENDED/ {print}' ggserr.log
REPLICAT RARLI03T: STOPPED
[oracle@ftdcslsinf623 11.1.1.0.27]$ awk '/STOPPED/ {print}' ggserr.log '|' awk '/ABENDED/ {print}' ggserr.log
REPLICAT RARLI03T: STOPPED
Comments
Post a Comment