oracle数据库的一些名词解释,Oracle数据库相干名词解释

1、Checkpoint Process (CKPT):

The checkpoint process (CKPT) is responsible for signaling DBWn at checkpoints and updating the datafiles and control files of the database to indicate the most recent checkpoint.

Every three seconds, CKPT records the RBA from the oldest entry in the checkpoint queue in the control file. This RBA represents the point in the redo log at which instance recovery is to begin after an instance failure. It can do this because all of the data blocks represented in prior redo records are guaranteed to have been written to disk by DBWn.

Only in the event of a log switch, does CKPT also write this information to the headers of the datafiles. To improve performance not all of the headers are written at once, but rather they are updated in groups in what is referred to as a “lazy write.” Log switches do not force all dirty buffers to be written to disk.

111922418.png

2、Control File

The control file is a binary file that describes the structure of the database. It must be available for writing by the Oracle server whenever the database is mounted or open. Its default name is operating system-dependent. Without this file, the database cannot be mounted and recovery or re-creation of the control file will be required. The recommended configuration is a minimum of two control files on different disks to minimize the impact of a loss of one control file.

Control File Contents

• Database name

• Time stamp of database creation

• Synchronization information (checkpoint and log sequence information) needed for recovery

• Names and locations of datafiles and redo log files

• Archiving mode of the database

• Current log sequence number

• Recovery Manager backup meta data

3、Archive Background Process

The ARCn process is an optional process. When enabled, it archives the redo log files to designated storage areas. This process has a great significance in backup, restoration, and recovery of a database set to ARCHIVELOG mode, where databases are operational 24 hours a day and 7 days a week.

The ARCn process initiates when a log switch occurs and copies one member of the last (unarchived) redo log group to at least one of the destinations specified by one or more initialization parameters.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值