DGMGRL is hanging while Enable Configuration for Data Guard
Mody82Jun 8 2011 — edited Jun 24 2011Dear All ,
I have configured Data Guard and it's working fine , using the commands :
@ Primary DB :
SQL > alter database commit to switchover to physical standby with session shutdown ;
@ Standby DB :
SQL > alter database commit to switchover to primary with session shutdown ;
Now , The primary DB became Standby , and the Standby became Primary . It's OK upto here
My problem is : When I want to configure DGMGRL , the configuration is created correctly & adding of the standby is also done,and show configuration command is working , but once I issue the command :
DGMGRL > enable configuration ;
It's hanging , So what shall I do , I need your assistant.