Conservative approach rac rman recovery


1, stop business

 

2, the source node performs two libraries
Alter Archive System Current log;
Alter Archive System Current log;
Alter System log Current Archive;
Archive log List;
the shutdown immediate;

 

3, off monitor: the next grid user
lsnrctl STOP
lsnrctl STOP LISTENER_SCAN1
two nodes need to be performed and confirmed monitor is turned off: crsctl status res -t

srvctl disable listener -l LISTENER

 

4, in two Startup nodes;


5, to perform a backup in rman archive log files:

sqlplus: 两个节点都需要操作
Alter system archive log current;
Alter system archive log current;
Alter system archive log current;
Alter system archive log current;
Alter system archive log current;

A node backup archive:
Backup ARCHIVELOG All the format '/orabak/hsdb/%T_%s_%c_%d_%p.dbbak.arcinc';


6、执行如下的查询:
alter session set nls_date_format='yyyy-mm-dd hh24:mi:ss';
select file#,rfile#,creation_time,status,checkpoint_change#,checkpoint_time,bytes/1024/1024 MB,name from v$datafile;


7, the archive will be transmitted to the destination database backup


8, the target database to re-register:
Cataog Start with '/ orabak / HSDB';


9, the target database recover database;

It should be through Step 6 good results to determine the final point in time recovery

 

Guess you like

Origin www.cnblogs.com/chendian0/p/11367133.html