【发布时间】:2019-09-11 11:19:35
【问题描述】:
我正在尝试启动 Oracle 11g 数据库,但由于 ORA-01092 和 ORA-00600 错误而失败:
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Sep 11 15:21:30 2019
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup upgrade
ORACLE instance started.
Total System Global Area 430075904 bytes
Fixed Size 2176448 bytes
Variable Size 356518464 bytes
Database Buffers 67108864 bytes
Redo Buffers 4272128 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00600: internal error code, arguments: [4194], [], [], [], [], [], [], [],
[], [], [], []
Process ID: 5044
Session ID: 1 Serial number: 5
SQL> conn
Enter user-name: delhipilot
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Process ID: 0
Session ID: 0 Serial number: 0
SQL>
如何正确启动我的数据库?
【问题讨论】:
-
ORA-00600 错误是内部错误,通常需要 Oracle Support 调查;显然,您需要一份支持合同,因为您需要在他们的 My Oracle Support 站点上查找已知问题或建议。不过,警报日志中可能有一些有用的东西——你做了什么调查?你为什么要
startup upgrade? -
我也用过startup
-
好的,看看警报日志在一个普通的
startup之后的内容。如果您有访问权限,请查看MoS Doc ID 39283.1。您是否有最近的备份...? -
是的,我在日志文件 KQRCMT 中有备份:写入失败,错误=600 po=000007FF18935908 cid=3 诊断:cid=3 哈希=f27284a6 标志=2a ORA-00600:内部错误代码,参数: [4194]、[]、[]、[]、[]、[]、[]、[]、[]、[]、[]、[] ORA-00600:内部错误代码,参数:[4194], [], [], [], [], [], [], [], [], [], [], [] *** 2019-09-11 17:06:55.468 USER (ospid: 3888 ): 由于错误 600 终止实例
-
请通过编辑问题添加信息,而不是 cmets。
标签: oracle oracle11g ora-00600