Standby database does not receives redo data from Primary
edited Jan 6, 2014 10:24PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 5 commentsAnswered ✓
Hello Community,
last night I configured one physical standby using RMAN DUPLICATE command. the process went successful but when I started the managed recovery the standby was not receiving the redo data from primary.
I used the following duplicate command:
duplicate target database for standby from active database nofilenamecheck
spfile
set db_unique_name='pbsby'
set control_files='d:\app\administrator\oradata\pbsby\control01.dbf'
set instance_number='1'
set db_recovery_file_dest='D:\app\administrator\fast_recovery_area'
set diagnostic_dest='D:\app\administrator'
set audit_file_dest='d:\app\administrator\admin\pbsby\adump'
set DB_FILE_name_CONVERT='D:\app\Administrator\oradata\pbtest','D:\app\administrator\oradata\pbsby'
0