首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 其他相关 >

ORA-10997: another startup/shutdown operation of this instance in progress解决办法

2012-11-04 
ORA-10997: another startup/shutdown operation of this instance in progress解决方法今晚想学习一下ora

ORA-10997: another startup/shutdown operation of this instance in progress解决方法


    今晚想学习一下oracle,开库:

        SQL> startup
        ORA-10997: another startup/shutdown operation of this instance inprogress
        ORA-09967: unable to create or open lock file

        Linux Error: 13: Permission denied

    百度、谷歌了好久,网上的方法试了很多,都打水漂了,就差重新dbca。

    然、天无绝人之路,终于在OTN上看到了一种方法:

    root@think-V30SA:~# chown -R oracle:dba /u01/app/oracle/

   

oracle@think-V30SA:~$ sqlplus /nologSQL*Plus: Release 10.2.0.1.0 - Production on Wed Oct 17 19:28:51 2012Copyright (c) 1982, 2005, Oracle.  All rights reserved.SQL> conn / as sysdbaConnected to an idle instance.SQL> startupORACLE instance started.Total System Global Area  599785472 bytesFixed Size    1220772 bytesVariable Size  205524828 bytesDatabase Buffers  385875968 bytesRedo Buffers    7163904 bytesDatabase mounted.Database opened.

    我艹,终于成功了,罪魁祸首原来是权限搞得。唉.....


热点排行