Trace file的命名規則和存放路徑
Trace file names are platform-dependent. Typically, database background process trace file names contain the Oracle SID, the background process name, and the operating system process number, while server process trace file names contain the Oracle SID, the string "ora", and the operating system process number. The file extension is .trc. An example of a server process trace file name is orcl_ora_344.trc. Trace files are sometimes accompanied by corresponding trace map (.trm) files, which contain structural information about trace files and are used for searching and navigation.
跟蹤檔名是平臺相關的。通常,資料庫後臺程式跟蹤檔名稱包含Oracle SID、後臺程式名稱和作業系統程式編號,而伺服器程式跟蹤檔名包含Oracle SID、字串“ora”和作業系統程式號。副檔名是.trc。伺服器程式跟蹤檔名的一個示例是orcl_ora_344.trc。跟蹤檔案有時會附帶相應的跟蹤對映(.trm)檔案,其中包含有關跟蹤檔案的結構資訊,並用於搜尋和導航。
Trace file的存放路徑
SQL> show parameter user_dump_dest
USER_DUMP_DEST specifies the pathname for a directory where the server will write debugging trace files on behalf of a user process.
--user_dump_dest引數指定的目錄就是trace file的目錄
To find the trace file for your current session:
SQL>SELECT VALUE FROM V$DIAG_INFO WHERE NAME = 'Default Trace File';
To find all trace files for the current instance:
SQL>SELECT VALUE FROM V$DIAG_INFO WHERE NAME = 'Diag Trace';
To determine the trace file for each Oracle Database process:
SQL>SELECT SPID,PROGRAM,TRACEFILE FROM V$PROCESS;
跟蹤檔名是平臺相關的。通常,資料庫後臺程式跟蹤檔名稱包含Oracle SID、後臺程式名稱和作業系統程式編號,而伺服器程式跟蹤檔名包含Oracle SID、字串“ora”和作業系統程式號。副檔名是.trc。伺服器程式跟蹤檔名的一個示例是orcl_ora_344.trc。跟蹤檔案有時會附帶相應的跟蹤對映(.trm)檔案,其中包含有關跟蹤檔案的結構資訊,並用於搜尋和導航。
Trace file的存放路徑
SQL> show parameter user_dump_dest
USER_DUMP_DEST specifies the pathname for a directory where the server will write debugging trace files on behalf of a user process.
--user_dump_dest引數指定的目錄就是trace file的目錄
To find the trace file for your current session:
SQL>SELECT VALUE FROM V$DIAG_INFO WHERE NAME = 'Default Trace File';
To find all trace files for the current instance:
SQL>SELECT VALUE FROM V$DIAG_INFO WHERE NAME = 'Diag Trace';
To determine the trace file for each Oracle Database process:
SQL>SELECT SPID,PROGRAM,TRACEFILE FROM V$PROCESS;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30126024/viewspace-2151510/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 識別符號的命名規則和規範符號
- Nginx的location規則:優先順序和路徑替換Nginx
- 域名的命名規則有哪些?
- python變數命名規則Python變數
- Oracle OCP(18):命名規則Oracle
- id與class 命名規則
- stm32命名規則
- 變數名命名規則變數
- javascript變數的宣告以及命名規則JavaScript變數
- oracle 資料庫lsnrctl監聽的日誌路徑和trace檔案Oracle資料庫
- 四種常用的命名規則:帕斯卡命名法、駝峰命名法、下劃線命名法、匈牙利命名法
- 體面編碼之命名規則
- SAP ABAP 標準表和其欄位的命名規則講解
- Java io.File應用(建立路徑和檔案)Java
- 最佳實踐:路徑路由匹配規則的設計與實現路由
- canvas 實現光線沿不規則路徑運動Canvas
- jpa 方法 命名規則 詳細說明
- Window資料夾,檔案命名規則
- 版本命名及限定規則詳解
- Android 資源限定符命名規則Android
- mysql之 表資料存放路徑非datadir目錄MySql
- 路徑規劃: 淺談路徑規劃演算法演算法
- 識別符號定義以及命名規則(駝峰命名法)符號
- 華為S6700交換機的命名規則
- win10系統設定索引檔案存放路徑的方法Win10索引
- 從v$diag_info定位trace file
- 【三維路徑規劃】基於RRT三維路徑規劃
- Linux檔案的路徑定位-相對路徑和絕對路徑Linux
- Linux中MYSQL5.7預設配置my.cnf存放路徑LinuxMySql
- 修改Oracle資料檔名及資料檔案存放路徑Oracle
- 前端工程程式碼規範(一)——命名規則與工程約定前端
- AWS EC2 例項型別命名規則型別
- Cephfs資料池資料物件命名規則解析物件
- 高德地圖導航和路徑規劃地圖
- 檢視python pip安裝的包存放路徑(site-packages目錄的位置)PythonPackage
- NodeJS:將資料夾按照存放路徑變成一個對應的JSONNodeJSJSON
- 絕對路徑和相對路徑的區別,
- 這圖可以看懂STM32晶片型號的命名規則晶片