Need to find the location of the alert log file. It's by default in the background dump destination. You can find it in the parameters of the instance.
SQL> show parameter background_dump_dest
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
background_dump_dest string /u01/app/oracle/diag/rdbms/dev/dev/trace
SQL> !ls -ltr /u01/app/oracle/diag/rdbms/dev/dev/trace/al*
-rw-r-----. 1 oracle oinstall 134067 Jan 23 10:59 /u01/app/oracle/diag/rdbms/dev/dev/trace/alert_dev.log
Comments
Post a Comment