Rupam Verma' Blog
Oracle Tip's & Trick's
Pages
Home
Topics
11g
19c
adrci
APPS
Archivelog
ASM
Audit
AWR
CRS
Database
DataGuard
Datapump/Export/Import
Entertainment
FlashBack
HA
Jobs
Locks
Network
OCP
OEM
Opatch
Partition
Performance
Python
Redo
RMAN
scheduler
Security
SPACE
SQL
Statistics
Trace
Unix/Linux
Utilities
Windows
XML
Tuesday, January 23, 2018
How to get all the alert.log file entry for a date
grep -B1 -A1 'Jan 19' alert.log
awk '/Jan 19/{c=6}c&&c --' alert.log
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)