Effect of Switchovers, Failovers, and Control File Creation on Backups

对dataguard 官方文档里面的这句话不理解,是否能给出一个样例说明:

10.2.0.5的版本号

All the archived redo log files that were generated after the last backup on the system

where backups are done must be manually cataloged using the RMAN CATALOG

ARCHIVELOG ‘archivelog_name_complete_path‘ command after any of the following

events:

■ The primary or standby control file is re-created.

Using RMAN to Back Up and Restore Files 10-3

■ The primary database role changes to standby after a switchover.

■ The standby database role changes to primary after switchover or failover.

If the new archived redo log files are not cataloged, RMAN will not back them up.

做了实验,针对standby controlfile 重建情况。

在standby controlfile重建之后,发现standby上的v$archive_log的记录是空的,所以rman 备份的时候会说没有日志。

事实上关键就在这个里,发生上述情况的时候,查看v$archived_log里记录就一目了然了。

另外在重建standby controlfile之后,在这之后archived的日志才会被controlfile记录。备份的时候才会备份到

Effect of Switchovers, Failovers, and Control File Creation on Backups

时间: 2024-08-13 16:16:57

Effect of Switchovers, Failovers, and Control File Creation on Backups的相关文章

ORA-00245: control file backup operation failed

今天朋友巡检遇到了ORA-00245的报错,下面来看看MOS关于RAC环境中ORA-00245报错的说明. ORA-245: In RAC environment from 11.2 onwards Backup Or Snapshot controlfile needs to be in shared location (文档 ID 1472171.1)   修改时间:2013-11-11 类型:ALERT   In this Document   Description Occurrence

从control file 和 datafile header上获得不同的scn信息

Database checkpoint scn --以下自于control file的 dump: Database checkpoint: Thread=1 scn: 0x0000.0006b6fe datafile checkpoint scn--以下来自于control file的 dump: DATA FILE #4: (name #4) /u01/app/oracle/oradata/orcl/users01.dbf creation size=0 block size=8192 st

Control file 专题

control file 中包含以下内容: 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 lo

Control File管理

什么是Control file 每个Oracle database都有控制文件, 是一个很小的二进制文件,存储了数据库的物理结构. 内容包括 The database name datafile, redo log file位置和文件名 The timestamp of the database creation The current log sequence number Checkpoint information SQL>show parameter control control_fi

ORA-01665 control file is not a standby control file

ORA-01665错误处理 问题描述: 在备库启动至mount状态时,报如下错误: ORA-01665: control file is not a standby control file 解决办法: 在主库备份一个控制文件 SQL> alter database create standby controlfile as '/home/oracle/bak.ctl'; 然后传到备库,用此控制文件启动数据库即可

RMAN恢复报错: ORA-01103: database name 'POWERDES' in control file is not 'PDUNQ'

执行rman恢复的时候报错 RMAN> alter database mount; RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: ====================================================

ORA-19571: archived-log recid 31 stamp 858722423 not found in control file

所有归档日志镜像复制,报错了!!! RMAN> run{allocate channel 3 device type disk; RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =============================

ORA-01207: file is more recent than control file -

OS: [[email protected] ~]# more /etc/oracle-releaseOracle Linux Server release 5.7 DB: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit ProductionPL/SQL Release 11.2.0.3.0 - Production 测试: 1.对数据库的控制文件备份 2.删除现有的控制文件后,用备份的控制文件还原,出现old

control file sequential read 等待事件

可能的原因 control file sequential read Reading from the control file. This happens in many cases. For example, while: 1.Making a backup of the control files 2.Sharing information (between instances) from the control file 3.Reading other blocks from the c