日期:2014-05-17  浏览次数:20994 次

恳求解决ORA-10997: another startup/shutdown operation of this instance inprogress
我的系统是win2003,数据库是oracle10g
数据库有段时间没用了,今天启动的时候就报错了
startup
startup nomount
startup mount
startup pfile=‘d:。。。’
startup force
均报如下的错,不知道是怎么回事
ORA-10997: another startup/shutdown operation of this instance inprogress
ORA-09968: unable to lock file
网上有人说是数据库没成功关闭,使用startup force可以解决,可是我试了之后还是报一样的错
服务也重启了很多次了,问题依然存在
使用shutdown immediate报如下的错:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist

请问有那位大侠知道怎么解决吗?恳求解决方案!


------解决方案--------------------
SQL code
shutdown immediate;
或是
shutdown abort;

然后在startup!

------解决方案--------------------
错误原因,可以是另一个并行的前台进行正在试图进行startup或shutdown操作。
可以进一步查看警告日志和跟踪文件,确定错误的具体原因。
------解决方案--------------------
使用tkprof工具查看相应的跟踪文件。
Oracle 10g中也应该有tkprof工具。

------解决方案--------------------
ORA-27101: shared memory realm does not exist


貌似和启动参数有关,也可能和哪个sqlnet.ora参数有关。
建议LZ google 下 ora 27101
下面帖子可以参考下
http://space.itpub.net/10595277/viewspace-368788