trace檔案閱讀
以下是在sqlplus裡進行的操作。
> alter session set events '10046 trace name context forever,level 12'; Session altered. (如果出現ORA-01031: insufficient privileges,則grant alter session to scott;賦予許可權) scott@DB11GR2> declare 2 l_empno number default 7698; 3 begin 4 update emp set ename=lower(ename) where empno=l_empno; 5 end; 6 / PL/SQL procedure successfully completed. scott@DB11GR2> exit Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options |
trace檔案
Trace file i:\app\diag\rdbms\db11gr2\ins11gr2\trace\ins11gr2_ora_1196.trc Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options Windows NT Version V6.1 CPU : 4 - type 8664, 2 Physical Cores Process Affinity : 0x0x0000000000000000 Memory (Avail/Total): Ph:1914M/3950M, Ph+PgF:1213M/4204M Instance name: ins11gr2 Redo thread mounted by this instance: 1 Oracle process number: 22 Windows thread id: 1196, image: ORACLE.EXE (SHAD) |
trace檔案開頭,記錄了一些os和oracle的資訊。
*** 2011-03-13 17:34:37.605 *** SESSION ID:(57.57) 2011-03-13 17:34:37.605 *** CLIENT ID:() 2011-03-13 17:34:37.605 *** SERVICE NAME:(SYS$USERS) 2011-03-13 17:34:37.605 *** MODULE NAME:(SQL*Plus) 2011-03-13 17:34:37.605 *** ACTION NAME:() 2011-03-13 17:34:37.605 |
PARSING IN CURSOR #2 len=125 dep=0 uid=32 ct=47 lid=32 tim=21413212268 hv=938959667 ad='7ff3932e0e8' sqlid='c1mnjrhvzfstm' declare l_empno number default 7369; begin update emp set ename=lower(ename) where empno=l_empno; end; END OF STMT PARSE #2:c=62400,e=171857,p=9,cr=23,cu=0,mis=1,r=0,dep=0,og=1,plh=0,tim=21413212267 |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23650854/viewspace-689307/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Android CHM檔案閱讀器Android
- chm格式檔案閱讀器:iCHM Reader for MacMac
- 「pdf檔案閱讀器」PDF Reader Pro 2.8.19.1
- iCHM Reader for Mac chm格式檔案閱讀器Mac
- VSD Viewer for Mac(Visio繪圖檔案閱讀器)ViewMac繪圖
- Visio繪圖檔案閱讀器:VSD Viewer for Mac繪圖ViewMac
- Oracle清理trace、alert、aud、listener.log檔案Oracle
- oracle清理trace、alert、aud、listener等日誌檔案Oracle
- Qt使用綠色pdf閱讀器開啟檔案QT
- SpringBoot文件之Jar檔案格式的閱讀筆記Spring BootJAR筆記
- 【核心檔案系統】原始碼閱讀stat.h原始碼
- [轉]Spring Boot讀取配置檔案常用方式[強烈建議閱讀]Spring Boot
- C# 好程式碼學習筆記(1):檔案操作、讀取檔案、Debug/Trace 類、Conditional條件編譯、CLSC#筆記編譯
- 運用Log和Trace檔案排除Oracle Net問題Oracle
- 分析及格式化trace檔案 - TKPROF (Transient Kernel Profiler)
- Vue原始碼閱讀 – 檔案結構與執行機制Vue原始碼
- Vue原始碼閱讀 - 檔案結構與執行機制Vue原始碼
- VSD Viewer for Mac(Visio繪圖檔案閱讀器) v6.16.1ViewMac繪圖
- CHM Viewer Star for mac(CHM檔案閱讀器) 6.3.2免啟用版ViewMac
- VSD Viewer for Mac(Visio繪圖檔案閱讀器)6.16.1啟用版ViewMac繪圖
- oracle ebs 根據請求id找到對應trace 檔案Oracle
- 檔案排版(文字檔案讀寫)
- CHM檔案閱讀必備 CHM Viewer Star 免啟用最新版View
- CHM檔案閱讀必備:CHM Viewer Star 免啟用最新版View
- Visio繪圖檔案閱讀器推薦:VSD Viewer 啟用最新版繪圖View
- 免費的PDF檔案閱讀器推薦:PDF Reader mac中文版Mac
- VBA建立文字檔案、讀寫文字檔案
- 比對檔案sam檔案的解讀
- Golang 讀、寫檔案Golang
- Python 讀寫檔案Python
- Python——檔案讀寫Python
- keras讀寫檔案Keras
- 「Python」:檔案讀寫Python
- 檔案的讀寫
- pandas讀 .sql檔案SQL
- 任意檔案讀取
- Java 讀取檔案Java
- ASP.NET工程檔案(.csproj)檔案解讀ASP.NET
- 讀取檔案流並寫入檔案流