0
点赞
收藏
分享

微信扫一扫

oracle数据库无法启动提示ORA-00603:ORA-01092:ORA-00600:错误

三分梦_0bc3 2022-03-18 阅读 48

问题:启动oracle数据库的过程提出以下错误,但是数据库可以正常的startupmount

SQL> startup
ORACLE instance started.
Total System Global Area 838858176 bytes
Fixed Size 8902080 bytes
Variable Size 654311424 bytes
Database Buffers 167772160 bytes
Redo Buffers 7872512 bytes
Database mounted.
ORA-00603: ORACLE server session terminated by fatal error
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00600: internal error code, arguments: [4194], [7], [6], [], [], [], [],

  • , [], [], [], []

Process ID: 12334
Session ID: 1915 Serial number: 26750

oracle数据库无法启动提示ORA-00603:ORA-01092:ORA-00600:错误_sql

解决过程:

尝试一:使用starup force也是一样的错误

尝试二:

1、使用conn / as sysdba进入后,用startup mount将数据mount上;

2、使用shutdown about关闭数据库;

3、退出sql后重新进入,再startup尝试;我这里县startup up,再alter database open数据库就可以正常开启。

oracle数据库无法启动提示ORA-00603:ORA-01092:ORA-00600:错误_sql_02


举报

相关推荐

0 条评论