解读Oracle 9201的控制文件[10]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 lunar2000 的 blog

重做日志文件的版本是9.2.0,兼容版本是8.0

 

35.  #data files = 12, #online files = 12

数据库总共有12个数据文件,并且这12个文件全部处在联机(online)状态

 

36.  database checkpoint: thread=1 scn: 0x0000.04b9d858

 

 

37.  threads: #enabled=1, #open=1, head=1, tail=1

当前启用了一个线程,当然,也仅仅打开了这一个线程

 

38.  enabled  threads:  01000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

 

 

39.  max log members = 3, max data members = 1

数据库允许每个日志组最多有3log member

oracle目前还不支持数据文件的多路复用,因此,max data members的值为1,这个条目是为以后的版本升级而预留的。

 

40.  arch list: head=3, tail=3, force scn: 0x0000.04b93016scn: 0x0000.04b9d857

本文关键:解读Oracle 9201的控制文件
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top