Hi all,
I am working in oracle 9i on windows platform,
Im struct in dataguard switchover.
On primary server i write a sql
> select switchover_status from v$database;
session active
even though i make switchover
>alter database commit to switchover to standby;
it is completed sucessfully;
my this server is also standby server
Now on old standby server i write a sql
>select switchover_status from v$database;
session active
and not switchover pending ,even though i make switchover
>alter database commit to switchover to primary;
it still hang ,no error or no message has came from half hr.

please let me know my both database in standby mode,what should i do??

Thanks in advance,

airother