错误信息如下:
Mon Jun 27 22:35:30 GMT 2011
Restarting dead background process QMNC
QMNC started with pid=29, OS id=25000
Mon Jun 27 22:39:40 GMT 2011
Restarting dead background process QMNC
QMNC started with pid=29, OS id=25764
Mon Jun 27 22:44:38 GMT 2011
Restarting dead background process QMNC
QMNC started with pid=25, OS id=27222
原因是执行过SHUTDOWN操作,但是随后取消了这个关闭数据库的操作:
由于关闭数据库且中途中止,致使数据库的某些状态异常,导致了这个错误
解决这个问题只需要重启数据库就可以了。
SQL>SHUTDOWN IMMEDIATE //关闭数据库
SQL>STARTUP //启动
Mon Jun 27 22:35:30 GMT 2011
Restarting dead background process QMNC
QMNC started with pid=29, OS id=25000
Mon Jun 27 22:39:40 GMT 2011
Restarting dead background process QMNC
QMNC started with pid=29, OS id=25764
Mon Jun 27 22:44:38 GMT 2011
Restarting dead background process QMNC
QMNC started with pid=25, OS id=27222
原因是执行过SHUTDOWN操作,但是随后取消了这个关闭数据库的操作:
由于关闭数据库且中途中止,致使数据库的某些状态异常,导致了这个错误
解决这个问题只需要重启数据库就可以了。
SQL>SHUTDOWN IMMEDIATE //关闭数据库
SQL>STARTUP //启动
编辑回复