so different from 10gr2,more debugging events added.
for example , event 10949:
10949, 00000, “Disable autotune direct path read for full table scan”
AND
10978, 00000, “general event for materialized view logs”
you can view the event list from HERE.
© 2010, www.oracledatabase12g.com. 版权所有.文章允许转载,但必须以链接方式注明源地址,否则追究法律责任.
相关文章 | Related posts:
- Oracle’s Diagnostic Events(Pseudo-error debugging events)
- Debugging OCFS on Linux
- Possible Cause of ORA-00354 and ORA-00353 -OR- ARC0: Error 19510 closing archivelog file
- Oracle Block Cache Layer And Its Corresponding Corruption Error Messages.
- 11gR2 Clusterware and Grid Home – What You Need to Know
- An Example NTP Client Configuration to use with Oracle Clusterware 11gR2
- 11gR2 Grid Infrastructure Single Client Access Name (SCAN) Explained
- PMON: TERMINATING INSTANCE DUE TO ERROR 600 on 8i




[...] 设置event 10949可以避免采用直接路径读取方式.关于该事件可以参见这里. SQL> select count(*) from tv; COUNT(*) ———- 300000 SQL> select vm.sid, vs.name, [...]