免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2366 | 回复: 3
打印 上一主题 下一主题

在线请问:ORA-01092错误,如何解决? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-04-13 22:03 |只看该作者 |倒序浏览
这是oracle启动过程和报错信息:

      SQL>; shutdown abort
      ORACLE instance shut down.
      SQL>; startup mount
      ORACLE instance started.

      Total System Global Area 2098689168 bytes
      Fixed Size 738448 bytes
      Variable Size 620756992 bytes
      Database Buffers 1476395008 bytes
      Redo Buffers 798720 bytes
      Database mounted.
      SQL>; alter database datafile 25 offline drop;

      Database altered.

      SQL>; alter database open;
      alter database open
      *
      ERROR at line 1:
      ORA-01092: ORACLE instance terminated. Disconnection forced

论坛徽章:
0
2 [报告]
发表于 2005-04-14 01:39 |只看该作者

在线请问:ORA-01092错误,如何解决?

check alert.log file to see why the instance gets shut down after mounted

论坛徽章:
0
3 [报告]
发表于 2005-04-14 09:48 |只看该作者

在线请问:ORA-01092错误,如何解决?

shutdown immediate
startup mount
alter database datafile 25 offline drop;
alter database open;
drop tablespace tablespace_name

论坛徽章:
0
4 [报告]
发表于 2005-04-19 19:39 |只看该作者

在线请问:ORA-01092错误,如何解决?

谢了!后来不知怎么弄的redo日志都有问题。
alter database clear unarchived logfile group n;
然后在init中加上了隐含参数
_allow_resetlogs_corruption=true
把数据库打开了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP