What is the alert log?
This log is there to alert you to major events in the database like:
- When the database was started and stopped.
- When the database was stopped.
- When a log switch occurs.
- You can see many other things.
Alert log Location
The alert log is stored in the directory pointed to by the background dump destination and specified by the background_dump_dest initialization parameter, You can display the location of the alert log directory with SQLPlus or OS commands:
SQL Plus
- SQL> show parameter background;
- SQL> select value from v$parameter where name='background_dump_dest';
OS
- UNIX
- find / -name alert*.log 2>/dev/null
- Windows
- dir /s alert*.log
No hay comentarios.:
Publicar un comentario