Oracle 11g通过SCN做增量备份修复standby库详细过程(5)

db_increi4q6s1lp_1_1.bbk                                                                                                                                    100%  18MB  18.3MB/s  00:00   

standby.ctl                                                                                                                                                100%  18MB 18.3MB/s  00:00   

[oracle@localhost ~]$

8,在备库操作,准备好rman前环境

关闭备库

SQL> shutdown immediate                                                                                                                                                                       

ORA-01109: database not open                                                                                                                                                                 

Database dismounted.                                                                                                                                                                         

ORACLE instance shut down.                                                                                                                                                                   

SQL>

然后启动到nomont状态

SQL> startup nomount                                                                                                                                                                           

ORACLE instance started.                                                                                                                                                                     

Total System Global Area 5344731136 bytes

Fixed Size              2213136 bytes

Variable Size              3489663728 bytes

Database Buffers    1811939328 bytes

Redo Buffers                40914944 bytes

SQL>

9,备库上通过rman恢复控制文件

restore controlfile from'/data/oracle/backup/restore/standby.ctl';

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/b798030c8d1690eb18e86ccf96cac29d.html