打开WINDOWS 2000 SERVER的命令提示行(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.   

    try:
    alter system flush shared_pool;
      

  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.   

    你可以先在服务中看能否停掉相应服务,如果不行,考虑重新启动机器再试试看,主要是原来的数据库关闭的是否出现了异常!
    命令提示行(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。”
      

  4.   

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