Location Oracle 9i, 10g, 11g each alert log

10g & 9i the alert log:

enter the Oracle:
[zhangshengdong @ oralocal1 ~] $ sudo su - the Oracle
[the Oracle @ oralocal1 ~] $ sqlplus "/ AS sysdba"

SQL> the SELECT * from v $ Version; (check version)

SQL> Show the Parameter dump; (look at the dump)

NAME the TYPE of VALUE
------------------------------------ ---- ------------------------------ -------
background_core_dump String partial
the BACKGROUND_DUMP_DEST String / ORA / OraHome / ADMIN / Oracle9i / bd
                                                 UMP
core_dump_dest String / ORA / OraHome / ADMIN / Oracle9i / cd
                                                 UMP
MAX_DUMP_FILE_SIZE String UNLIMITED
shadow_core_dump String partial
USER_DUMP_DEST String / ORA / OraHome / ADMIN / Oracle9i / UD
                                                 UMP

10g and 9i of the alert log file in / ora / OraHome / admin / oracle9i / bdump in

[oracle @ oralocal1 ~] $ cd / ora / OraHome / ADMIN / Oracle9i / bdump
[the Oracle @ oralocal1 bdump] $ LS
alert_oracle9i.log


11g's alert log changed:

SQL> COL name format A20;
SQL> COL value format A40;
SQL> the SELECT name, value the From v $ diag_info ;

NAME of VALUE
-------------------- --------------------------- -------------
Diag Enabled TRUE
ADR Base f: \ App \ ZSD
ADR Home             f:\app\zsd\diag\rdbms\oracle11g\oracle11
                     g

Diag Trace           f:\app\zsd\diag\rdbms\oracle11g\oracle11
                     g\trace

Diag Alert           f:\app\zsd\diag\rdbms\oracle11g\oracle11
                     g\alert


NAME                 VALUE
-------------------- ----------------------------------------
Diag Incident        f:\app\zsd\diag\rdbms\oracle11g\oracle11
                     g\incident

Diag Cdump           f:\app\zsd\diag\rdbms\oracle11g\oracle11
                     g\cdump

Health Monitor       f:\app\zsd\diag\rdbms\oracle11g\oracle11
                     g\hm

Trace File f the Default: \ App \ ZSD \ diag \ the RDBMS \ oracle11g \ ORACLE11
                     G \ the trace \ oracle11g_ora_1864.trc


Alert log in:
f: \ App \ ZSD \ diag \ the RDBMS \ oracle11g \ oracle11g \ tracea \ alert_ora11g.log
f : \ app \ zsd \ diag \ rdbms \ oracle11g \ oracle11g \ alert \ log.xml
these two files

Guess you like

Origin www.cnblogs.com/moonfans/p/11312094.html