RMAN> RESTORE STANDBY CONTROLFILE FROM '/tmp/ForStandbyCTRL.bck'; 11) Shut down the STANDBY database and startup mount: RMAN> SHUTDOWN; RMAN> STARTUP MOUNT; scp /tmp/ForStandbyCTRL.bck standby:/tmp 12) Catalog datafiles in STANDBY if location/name of datafiles is different Since the co...
RMAN> RESTORE STANDBY CONTROLFILE FROM '/tmp/ForStandbyCTRL.bck'; 11) Shut down the STANDBY database and startup mount: RMAN> SHUTDOWN; RMAN> STARTUP MOUNT; scp /tmp/ForStandbyCTRL.bck standby:/tmp 12) Catalog datafiles in STANDBY if location/name of datafiles is different Since the co...
The FROM SERVICE clause provides the service name of the physical standby database from which the files must be restored. During the restore operation, RMAN creates backup sets, on the physical standby database, of the files that need to be restored and then transfers these backup sets to the...
RMAN> restore standby controlfile from'/u01/app/oracle/oradata/backupset/prod4/increment/standby_PROD4_910749273_934_1.bak'; 截图显示备库控制文件恢复完成,恢复过程中把所有的备库控制文件全部恢复。原来的备库控制文件control01.ctl, control02.ctl, control03.ctl全部恢复。 4、确认备份集信息 RMAN> alt...
RMAN> RESTORE STANDBY CONTROLFILE FROM '/tmp/ForStandbyCTRL.bck'; 11) Shut down the STANDBY database and startup mount: RMAN> SHUTDOWN; RMAN> STARTUP MOUNT; scp /tmp/ForStandbyCTRL.bck standby:/tmp 12) Catalog datafiles in STANDBY if location/name of datafiles is different ...
altersystemsetlog_archive_dest_state_2="enable";altersystemsetdb_file_name_convert='+DATA/testdbdg','+DATA/testdb'scope=spfile;altersystemsetlog_file_name_convert='+DATA/testdbdg','+DATA/testdb'scope=spfile;altersystemsetstandby_file_management=auto;altersystemsetfal_client='tnstestdb';...
三、Create Physical Standby Database 1.Start the Physical Standby Database nomount startup nomount 1. 2.Restore Standby From RMAN Backup a.Restore Standby Controlfile from RMAN Backup restore standby controlfile from '/tmp/stby_ctrl.ctl'; ...
2.Restore Standby From RMAN Backup a.Restore Standby Controlfile from RMAN Backup 代码语言:javascript 复制 restore standby controlfile from '/tmp/stby_ctrl.ctl'; b.mount Standby database 代码语言:javascript 复制 alter database mount; c.Restore standby database 代码语言:javascript 复制 ##create ...
restorepfilefrom‘’方式进行.3 还原恢复过程:--->>修改scp过来的pfile文件(这里应该注意,源库可能空间较大,关于sga,pga等酌情根据目标库修改)然后startup到nomount状态,restorecontrolfile,然后restoredatabase,最后recoverdatabase[oracle@rmandbs]$catinitstandby.orastandby.__db_cache_size=276824064standby.__ja...
RMAN>restore database; Starting restore at 2017-06-12 15:37:37 using target database control file instead of recoverycatalog allocated channel: ORA_DISK_1 channel ORA_DISK_1: SID=20 device type=DISK channel ORA_DISK_1: starting datafile backup set restore ...