您的位置:首页 > 移动开发

ORA-16447 Redo apply was not active at the target standby database

2016-11-09 00:00 561 查看

Cause

ALTER SYSTEM FLUSH REDO TO STANDBY failed because redo apply is not active at the target database.

Action

Start redo apply at the standby database and reissue the ALTER SYSTEM FLUSH REDO TO STANDBY statement, or reissue the ALTER SYSTEM FLUSH REDO TO STANDBY statement with the NO CONFIRM APPLY clause.

alter database recover managed standby database disconnect from session;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐