Oracle 11g警示日誌儲存路徑

來源:互聯網
上載者:User

Oracle 10g之前,警示日誌位於bdump檔案夾下,但11g對此做了變更,引入了ADR(一個存放資料庫診斷記錄、追蹤檔案的目錄),它對應的初始化參數為DIAGNOSTIC_DEST,如果設定了$ORACLE_BASE環境變數,那麼DIAGNOSTIC_DEST等於$ORACLE_BASE,如果沒有設定$ORACLE_BASE,則等於$ORACLE_HOME/log。

可使用如下語句查詢11g警示日誌存放路徑:

--顯示DIAGNOSTIC_DEST的位置

1.show parameter DIAGNOSTIC_DEST;

--查詢xml檔案的目錄

2.select value from v$diag_info where name='Diag Alert';

--查詢文字檔的目錄

3.select value from v$diag_info where name='Diag Trace';

4.show parameter background_dump_dest;

5.select value from v$parameter where name='background_dump_dest';

註:Oracle 11g的警示日誌以兩種格式儲存:一種是xml格式,另一種是文字格式設定。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.