Oracle的10203事件可以用来跟踪数据库的块清除(cleanout)操作,从事件列表中,我们可以知道该时间的含义为:block cleanout 。
该事件需要在系统级设置,重启数据库后生效:
|
SQL> alter system set event="10203 trace name context forever" scope=spfile; System altered. SQL> shutdown immediate; Total System Global Area 126948772 bytes SQL> show parameter event NAME TYPE VALUE |
在跟踪文件中,我们可以发现类似如下的block cleanout 信息:
| Begin cleaning out block ... Found all committed transactions Block cleanout record, scn: 0xffff.ffffffff ver: 0x01 opt: 0x02, entries follow... itli: 1 flg: 2 scn: 0x0819.0045cd54 Block cleanout under the cache... Block cleanout record, scn: 0x0819.0045cea1 ver: 0x01 opt: 0x02, entries follow... itli: 1 flg: 2 scn: 0x0819.0045cd54 ... clean out dump complete. |
原文地址:http://www.eygle.com/archives/2006/04/event_10203_cleanout.html
巧 巧 读 书:http://www.qqread.com/oracle/2006/12/u287767.html相关专题
- Oracle 10g基础应用 (4414篇文章)
- Oracle初学者必知的100个问题 (33377次浏览)
- Oracle PL/SQL语言基础 (14253次浏览)
- Oracle架构的基础知识(入门级) (13523次浏览)
- Win 2003 Server重新安装Oracle9i (614次浏览)
- Oracle优化的五个方面 (613次浏览)
- 多个Oracle数据库创建一个Excel报表 (554次浏览)
- 怎么样快速复制表或者是插入数据 (527次浏览)
- 解决Oracle中Exp/Imp大量数据处理问题 (526次浏览)
- 重启系统的时候自动启动oracle服务 (396次浏览)
- 记几个容易忘的oracle 函数 (366次浏览)



