热门标签 | HotTags
当前位置:  开发笔记 > 数据库 > 正文

ORA-10997:anotherstartup/shutdownoperationofthisinstanceinprogress解决方法

ORA-10997:anotherstartup/shutdownoperationofthisinstanceinprogress解决方法今晚想学习一下oracle,开库:SQL>startupORA-10997:anotherstartup/shutdownoperationo...

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
  www.2cto.com  
    百度、谷歌了好久,网上的方法试了很多,都打水漂了,就差重新dbca。
    然、天无绝人之路,终于在OTN上看到了一种方法:
    root@think-V30SA:~# chown -R oracle:dba /u01/app/oracle/
[sql] 
html" style="">oracle@think-V30SA:~$ sqlplus /nolog  
  
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Oct 17 19:28:51 2012  
  
Copyright (c) 1982, 2005, Oracle.  All rights reserved.  
  
SQL> conn / as sysdba  
Connected to an idle instance.  
SQL> startup  
ORACLE instance started.  
  
Total System Global Area  599785472 bytes  
Fixed Size          1220772 bytes  
Variable Size         205524828 bytes  
Database Buffers      385875968 bytes  
Redo Buffers            7163904 bytes  
Database mounted.  
Database opened.  
 
    我艹,终于成功了,罪魁祸首原来是权限搞得。唉.....

推荐阅读
author-avatar
依心摇曳少校
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有