你可以先在服务中看能否停掉相应服务,如果不行,考虑重新启动机器再试试看,主要是原来的数据库关闭的是否出现了异常!
命令提示行(CMD)
C:\IPCS -m
IPC status from HAPPYSOFT as of Fri Dec  3 23:08:58 2004
T ID KEY     MODE OWNER GROUP
Shared Memory:就像你说的:找到Oracle为OWNER的行,记下ID号
  再用ipcrm -m ID 最后重启Oracle。”

解决方案 »

  1.   

    一定是windows出了什么问题了,重启windows吧,问题就解决了.
      

  2.   

    In this case it seems you use ORACLE 9i and the parameters are stored not in the par. file. They are stored in SPFILE.
    You cannot change SPFILE using editor.
    You have first to change the parameters in pfile and to bounce Oracle explicitely pointing the pfile:STARTUP PFILE = /u01/oracle/dbs/init.ora
    After that you can edit the spfile ALTER SYSTEM set open_cursors=400 SCOPE =spfile;
    open_cursors=400 is only an example of a parameter.
      

  3.   

    有时候是你修改初始化参数中的SHARED_POOL设置过大造成的~
      

  4.   

    如何在windows 2003 中执行以下命令 C:\IPCS -m 
    我执行了提示找不到命令行