Alert Log File
Alert Log File
log chronologically records messages and errors arising from the daily database
operation. Also, there are pointers to trace files and dump files.
These messages include
If the background_dump_dest parameter is not specified, Oracle will write the alert.log into the
$ORACLE_HOME/RDBMS/trace directory.
Here's a shell/awk script to analyze alert logs.
Ignoring SIGALARM
Such a message is written into the alert log when a process that waited for a semaphore gets the
semaphore shortly befor the timeout expires and doesn't have the time to switch the timeout
mechanism off.
end;
Thanks
Thanks go to Sharif Siouri who notified me of an error on this page.