※スタンバイ側で実行する
-- stb
dgmgrl
connect sys/oracle
show configuration;
show database verbose act;
show database verbose stb;
VALIDATE DATABASE stb;
FAILOVER TO stb;
show configuration;
reinstate database act;
show configuration;
switchover to act;
show configuration;