Physical Standby Database and Snapshot Standby Database

联系:手机/微信(+86 17813235971) QQ(107644445)QQ咨询惜分飞

标题:Physical Standby Database and Snapshot Standby Database

作者:惜分飞©版权所有[未经本人同意,不得以任何形式转载,否则有进一步追究法律责任的权利.]

Converting a Physical Standby Database into a Snapshot Standby Database

shutdown immedaite
startup mount
ALTER DATABASE CONVERT TO SNAPSHOT STANDBY;
alter database open;

Converting a Snapshot Standby Database into a Physical Standby Database

shutdown immedaite
startup mount
ALTER DATABASE CONVERT TO PHYSICAL STANDBY;
alter database open;--如果出现ORA-01507: database not mounted,重启数据库
alter database recover managed standby database disconnect from session;
alter database recover managed standby database using current logfile disconnect from session;
此条目发表在 Data Guard 分类目录。将固定链接加入收藏夹。

评论功能已关闭。