错误:ORA-01033: ORACLE initialization or shutdown in progress
常见原因:计算机非正常关机引起
解决办法:
[color=brown]
1.开始-运行-cmd
2.sqlplus "/as sysdba"
--------------------------------------
连接到:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
----------------------------------------
3.输入:shutdown immediate
----------------------------------------
ORA-01109: 数据库未打开
已经卸载数据库。
----------------------------------------
4.输入:startup
----------------------------------------
[b]这里显示错误信息,根据这里错误信息找解决办法[/b]
ORA-00600: 内部错误代码,参数: [kcratr1_lostwrt], [], [], [], [], [], [], []
----------------------------------------
[/color]
[color=BLUE]
ORA-00600: 内部错误代码,参数: [kcratr1_lostwrt], [], [], [], [], [], [], []
原因可能是非法关机或断电造成,解决方法如下:[/color]
[color=brown]
1.重复上1-2-3操作
2.输入:startup mount
-----------------------------------------
ORACLE 例程已经启动。
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
数据库装载完毕。
-----------------------------------------
3.输入:recover database
-----------------------------------------
完成介质恢复。
-----------------------------------------
4.输入:alter database open;
-----------------------------------------
数据库已更改。
-----------------------------------------
问题解决!
[/color]
常见原因:计算机非正常关机引起
解决办法:
[color=brown]
1.开始-运行-cmd
2.sqlplus "/as sysdba"
--------------------------------------
连接到:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
----------------------------------------
3.输入:shutdown immediate
----------------------------------------
ORA-01109: 数据库未打开
已经卸载数据库。
----------------------------------------
4.输入:startup
----------------------------------------
[b]这里显示错误信息,根据这里错误信息找解决办法[/b]
ORA-00600: 内部错误代码,参数: [kcratr1_lostwrt], [], [], [], [], [], [], []
----------------------------------------
[/color]
[color=BLUE]
ORA-00600: 内部错误代码,参数: [kcratr1_lostwrt], [], [], [], [], [], [], []
原因可能是非法关机或断电造成,解决方法如下:[/color]
[color=brown]
1.重复上1-2-3操作
2.输入:startup mount
-----------------------------------------
ORACLE 例程已经启动。
Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
数据库装载完毕。
-----------------------------------------
3.输入:recover database
-----------------------------------------
完成介质恢复。
-----------------------------------------
4.输入:alter database open;
-----------------------------------------
数据库已更改。
-----------------------------------------
问题解决!
[/color]