设为首页 加入收藏

TOP

ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
2014-11-24 02:40:19 来源: 作者: 【 】 浏览:1
Tags:ORA-00265: instance recovery required cannot set ARCHIVELOG mode

SQL> startup mount force;
ORACLE instance started.

Total System Global Area 2097152000 bytes
Fixed Size 1268460 bytes
Variable Size 704644372 bytes
Database Buffers 1375731712 bytes
Redo Buffers 15507456 bytes
Database mounted.
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode

SQL> alter database open;

Database altered.

SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount;
ORACLE instance started.

Total System Global Area 2097152000 bytes
Fixed Size 1268460 bytes
Variable Size 704644372 bytes
Database Buffers 1375731712 bytes
Redo Buffers 15507456 bytes
Database mounted.
SQL>
SQL>
SQL>
SQL> alter database archivelog;

Database altered.

SQL> alter database open;

Database altered.
本文出自 “小 、西” 博客

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇db_name、instance_name、service.. 下一篇OracleDBA之路之Oracle Instance ..

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: