博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ORA-10997:another startup/shutdown operation of this instance in progress解决方法
阅读量:7087 次
发布时间:2019-06-28

本文共 727 字,大约阅读时间需要 2 分钟。

 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.

文章可以转载,必须以链接形式标明出处。
分类: 
本文转自 张冲andy 博客园博客,原文链接: http://www.cnblogs.com/andy6/p/5717136.html
  ,如需转载请自行联系原作者
你可能感兴趣的文章
Java 文件复制
查看>>
C# winform在关闭窗体的时候及时释放内存问题
查看>>
hdu Rescue
查看>>
【原创】驱动卸载之ControlService函数
查看>>
关于java建立的的包import的问题
查看>>
WPF 平移ListBox翻页
查看>>
spoj 839-Optimal Marks
查看>>
dataBinding与ListView及事件
查看>>
Ubuntu linux背景指南:在开始之前需要知道哪些东西
查看>>
SID与GUID的区别
查看>>
BZOJ 2595 [Wc2008]游览计划
查看>>
实验二
查看>>
Android开发,在Activity启动时,默认隐藏软键盘。和遮挡Edittext时的处理
查看>>
Mongodb shell 基本操作
查看>>
【转】oracle connect by用法
查看>>
android Animation 动画绘制逻辑
查看>>
Ubuntu 12.04安装和设置SSH服务
查看>>
[转]重入和不可重入函数概念浅析
查看>>
git学习心得总结
查看>>
实验四 主存空间的分配和回收
查看>>