首页 > 数据库技术 > 详细

Oracle 启动阶段 OPEN

时间:2014-12-17 18:44:36      阅读:413      评论:0      收藏:0      [点我收藏+]

启动数据库查看数据库日志: 

Wed Dec 17 17:40:32 2014

db_recovery_file_dest_size of 3882 MB is 0.00% used. This is a

user-specified limit on the amount of space that will be used by this

database for recovery-related files, and does not reflect the amount of

space available in the underlying filesystem or ASM diskgroup.

Wed Dec 17 17:40:34 2014

Starting background process CJQ0

Wed Dec 17 17:40:34 2014

CJQ0 started with pid=21, OS id=5863

Oracle Open阶段通过controlfile加载数据文件,加载过程中会进行数据文件的检查,并比对数据的一致性。存在不一致需要恢复。

该阶段进行如下两项内容的检查:

1、检查数据文件中的CheckPoint cnt(检查点计数)是否与控制文件中的CheckPoint cnt一致,此步骤的目的是确认数据文件中是原数据还是来自于备份。

 

 

2、

 

本文出自 “LinuxOracle” 博客,请务必保留此出处http://onlinekof2001.blog.51cto.com/3106724/1591156

Oracle 启动阶段 OPEN

原文:http://onlinekof2001.blog.51cto.com/3106724/1591156

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!