The ORA-01092: ORACLE instance terminated disconnection forced

 今天启动database 的时候,先到mounted ,后来就force terminated, 数据库shutdown 了,后来查了alert log, 发现是bdump 里的trc 不能打开,原因是数据库以外关闭的。

 

下面看一下oracle 的提供的信息:

The Oracle docs note details on the ORA-1092 error:

ORA-01092: ORACLE instance terminated. Disconnection forced

Cause: The instance connected to was terminated abnormally, probably due to a SHUTDOWN ABORT. The current process was forced to disconnect from the instance.

Action: Examine the alert log for more details. Contact the database administrator to determine when the instance is restarted. Attempt to reconnect after the instance is running again.

The ORA-01092: ORACLE instance terminated Disconnection forced. is a generic error when Oracle detects a serious problem at database start time.

The ORA-01092: ORACLE instance terminated error can be caused by many factors :

  • A shutdown abort
  • Bad permissions of BDUMP, CDUMP or UDUMP directories
  • Missing datafiles
  • Renaming files when Oracle is down
  • and many other OS-related causes

Check your alert log for a more descriptive report of the exact startup problem.

Check …./bdump/*.log

ORA-30012: undo tablespace ‘UNDO_TBS’ does not exist or of wrong type

SQL> startup mount

SQL> select name from v$datafile;

SQL> show parameter undo;

SQL> select name from v$tablespace;

SQL> alter system set undo_tablespace=’undotbs1′ scope=spfile;

SQL> shutdown immediate;

SQL> startup;

http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/undo.htm

 

可以先启动database 到mounted 状态, show parameter dump

看到bdump 下alert 日志。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

shenghuiping2001

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值