High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

Standby database does not receives redo data from Primary

  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'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center