RAC+DG重建备库时备库的online redolog没创建
Errors in file /oracle/app/oracle/diag/rdbms/phyrac/rac1/trace/rac1_dbw0_15812.trc:
ORA-01157: cannot identify/lock data file 10 - see DBWR trace file
ORA-01110: data file 10: '+DATA/phyrac/datafile/q2_orders.279.928812061'
ORA-17503: ksfdopn:2 Failed to open file +DATA/phyrac/datafile/q2_orders.279.928812061
ORA-15012: ASM file '+DATA/phyrac/datafile/q2_orders.279.928812061' does not exist
MRP0: Background Media Recovery terminated with error 1110
Errors in file /oracle/app/oracle/diag/rdbms/phyrac/rac1/trace/rac1_mrp0_17708.trc:
ORA-01110: data file 10: '+DATA/phyrac/datafile/q2_orders.279.928812061'
ORA-01157: cannot identify/lock data file 10 - see DBWR trace file
ORA-01110: data file 10: '+DATA/phyrac/datafile/q2_orders.279.928812061'
Managed Standby Recovery not using Real Time Apply
MRP0: Background Media Recovery process shutdown (rac1)
查过主库发现q2_orders文件是offline,但是在备库的asm上不有发现这个文件,在rman中重新restore 10 就正常了。
alter database recover managed standby database using current logfile disconnect from session;
备库的online redo log 就自动生成.
Errors in file /oracle/app/oracle/diag/rdbms/phyrac/rac1/trace/rac1_dbw0_15812.trc:
ORA-01157: cannot identify/lock data file 10 - see DBWR trace file
ORA-01110: data file 10: '+DATA/phyrac/datafile/q2_orders.279.928812061'
ORA-17503: ksfdopn:2 Failed to open file +DATA/phyrac/datafile/q2_orders.279.928812061
ORA-15012: ASM file '+DATA/phyrac/datafile/q2_orders.279.928812061' does not exist
MRP0: Background Media Recovery terminated with error 1110
Errors in file /oracle/app/oracle/diag/rdbms/phyrac/rac1/trace/rac1_mrp0_17708.trc:
ORA-01110: data file 10: '+DATA/phyrac/datafile/q2_orders.279.928812061'
ORA-01157: cannot identify/lock data file 10 - see DBWR trace file
ORA-01110: data file 10: '+DATA/phyrac/datafile/q2_orders.279.928812061'
Managed Standby Recovery not using Real Time Apply
MRP0: Background Media Recovery process shutdown (rac1)
查过主库发现q2_orders文件是offline,但是在备库的asm上不有发现这个文件,在rman中重新restore 10 就正常了。
alter database recover managed standby database using current logfile disconnect from session;
备库的online redo log 就自动生成.