ORA-00265: 要求实例恢复, 无法设置 ARCHIVELOG 模式解决办法

本文介绍了如何解决在尝试将Oracle数据库设置为归档模式时遇到的ORA-00265错误。通过一系列SQL命令,如shutdown immediate、startup mount、alter database archivelog等,成功地切换了数据库的日志模式。
摘要由CSDN通过智能技术生成
解决了这个问题,方法如下:
从 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options 断开

C:\Documents and Settings\yc>sqlplus sys/abcd as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on 星期一 12月 3 22:56:52 2007

Copyright (c) 1982, 2005, Oracle.  All rights reserved.


连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> shutdown immediate
ORA-01109: 数据库未打开              /前面我已将数据库关闭


已经卸载数据库。
ORACLE 例程已经关闭。
SQL> startup mount                        /以mount方式启动数据库
ORACLE 例程已经启动。

Total System Global Area  167772160 bytes
Fixed Size                  1247876 bytes
Variable Size              83887484 bytes
Database Buffers           75497472 bytes
Redo Buffers                7139328 bytes
数据库装载完毕。
SQL> alter database archivelog;
alter database archivelog
*
第 1 行出现错误:
ORA-00265: 要求实例恢复, 无法设置 ARCHIVELOG 模式    /和你报了同样的错误

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值