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

简介:

 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

罪魁祸首原来是权限

   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.

文章可以转载,必须以链接形式标明出处。
分类:  oracle错误解决


本文转自 张冲andy 博客园博客,原文链接: http://www.cnblogs.com/andy6/p/5717136.html   ,如需转载请自行联系原作者
相关文章
|
6月前
|
SQL Oracle 关系型数据库
Oracle数据库启动时:ORA-00119: invalid specification for system parameter LOCAL_LISTENER;
Oracle数据库启动时:ORA-00119: invalid specification for system parameter LOCAL_LISTENER;
|
6月前
|
负载均衡 Java 应用服务中间件
Client not connected, current status:STARTING
Client not connected, current status:STARTING
556 1
|
SQL Oracle 关系型数据库
ORA-01033: ORACLE initialization or shutdown in progress的两种解决方法
ORA-01033: ORACLE initialization or shutdown in progress通常是由于ORACLE数据库文件损坏引起的,以下是出现的问题及解决方法: 现象一: sysdba可以登录,但是在使用中就出现“数据库未打开,仅允许在固定表/视图中查询”,而normal用户无法登录使用,出现ORA-01033: ORACLE initialization or shutdown in progress 的错误。
1888 0
|
Oracle 关系型数据库 数据库
ORA-01033:ORACLE initialization or shutdown in progress解决方法
ORA-01033:ORACLE initialization or shutdown in progress解决方法