【Oracle】Oracle常用EVENT之三
Event 10710 - Trace Bitmap Index Access
跟蹤點陣圖索引的訪問情況
ALTER SESSION SET EVENTS '10710 trace name context forever, level 1';
Event 10711 - Trace Bitmap Index Merge Operation
跟蹤點陣圖索引合併操作
ALTER SESSION SET EVENTS '10711 trace name context forever, level 1';
Event 10712 - Trace Bitmap Index OR Operation
跟蹤點陣圖索引或操作情況
ALTER SESSION SET EVENTS '10712 trace name context forever, level 1';
Event 10713 - Trace Bitmap Index AND Operation
跟蹤點陣圖索引與操作
ALTER SESSION SET EVENTS '10713 trace name context forever, level 1';
Event 10714 - Trace Bitmap Index MINUS Operation
跟蹤點陣圖索引minus操作
ALTER SESSION SET EVENTS '10714 trace name context forever, level 1';
Event 10715 - Trace Bitmap Index Conversion to ROWIDs Operation
跟蹤點陣圖索引轉換ROWID操作
ALTER SESSION SET EVENTS '10715 trace name context forever, level 1';
Event 10716 - Trace Bitmap Index Compress/Decompress
跟蹤點陣圖索引壓縮和解壓縮情況
ALTER SESSION SET EVENTS '10716 trace name context forever, level 1';
Event 10717 - Trace Bitmap Index Compaction
ALTER SESSION SET EVENTS '10717 trace name context forever, level 1';
Event 10719 - Trace Bitmap Index DML
跟蹤點陣圖索引列的DML操作(引起點陣圖索引改變的DML操作)
ALTER SESSION SET EVENTS '10719 trace name context forever, level 1';
Event 10730 - Trace Fine Grained Access Predicates
跟蹤細粒度審計的斷語
ALTER SESSION SET EVENTS '10730 trace name context forever, level 1';
Event 10731 - Trace CURSOR Statements
跟蹤CURSOR的語句情況
ALTER SESSION SET EVENTS '10731 trace name context forever, level level';
LEVEL定義
1 Print parent query and subquery
2 Print subquery only
Event 10928 - Trace PL/SQL Execution
跟蹤PL/SQL執行情況
ALTER SESSION SET EVENTS '10928 trace name context forever, level 1';
Event 10938 - Dump PL/SQL Execution Statistics
跟蹤PL/SQL執行狀態。使用前需要執行rdbms/admin下的tracetab.sql
ALTER SESSION SET EVENTS '10938 trace name context forever, level 1';
flush_cache
重新整理BUFFER CACHE
ALTER SESSION SET EVENTS 'immediate trace name flush_cache';
DROP_SEGMENTS
手工刪除臨時段。當這些臨時段無法自動清除的時候可以手工清除
alter session set events 'immediate trace name DROP_SEGMENTS level ts#+1';
ts#是指要刪除臨時段的表空間的ts#
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-721719/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【Oracle】Oracle常用EVENT之二Oracle
- 【Oracle】Oracle常用EVENT之一Oracle
- Oracle常用Event參考Oracle
- ORACLE常用傻瓜問題1000問(之三)(轉)Oracle
- ORACLE常用傻瓜問題1000問(之三) (轉)Oracle
- oracle event 2 (zt)Oracle
- ORACLE EVENT && ORADEBUGOracle
- ORACLE event和說明Oracle
- ORACLE 配置event引數Oracle
- oracle event 10513作用Oracle
- 設定 oracle event traceOracle
- oracle v$lock系列之三Oracle
- 使用 oracle 10046 eventOracle
- oracle wait event 等待事件OracleAI事件
- Oracle System Event TriggersOracle
- Oracle V$event_name 整理Oracle
- Oracle EVENT用法參考列表Oracle
- (轉)Oracle EVENT && ORADEBUGOracle
- Oracle 跟蹤事件 set eventOracle事件
- oracle Database Event trace 設定OracleDatabase
- Oracle Wait Event - TuningOracleAI
- ORACLE多個event設定方式Oracle
- ZT Oracle EVENT用法參考列表Oracle
- oracle & NFS & backup & event & 10298OracleNFS
- Oracle event 10231Oracle
- oracle controlfile檔案之三Oracle
- oracle常用文件Oracle
- Oracle 常用SQLOracleSQL
- 常用Oracle命令Oracle
- 【oracle】靜默安裝oracle軟體和資料庫之三Oracle資料庫
- ORACLE _small_table_threshold與eventOracle
- Common Oracle Wait Event Descriptions(zt)OracleAI
- oracle event 10046 level_事件Oracle事件
- zt_oracle診斷事件event列表Oracle事件
- oracle spatial之基礎知識之三Oracle
- ORACLE常用語句:Oracle
- 常用oracle語句Oracle
- ORACLE 常用 函式Oracle函式