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 - Prod…
[解决方法]   SQL> connect sys/hope as sysdba 已连接. SQL> shutdown normal ORA-01109: 数据库未打开     已经卸载数据库. ORACLE 例程已经关闭. SQL> start mount SP2-0310: 无法打开文件 "mount.sql" SQL> startup mount ORACLE 例程已经启动.   Total System Global Area  612368384 by…
今天研究Oracle遇到了这个问题ora-01033:oracle initialization or shutdown in progress,经过分析研究终于解决了,写下来纪念一下.我的库是oracle 9i,具体就是90的.一.首先:问题的产生原因,出现这个错误是因为我将oracle\oradata\oradb下的一个文件误删除掉后出现的.二.现象:SQL*Plus无法连接,显示以下错误:ORA-01033: ORACLE initialization or shutdown in pro…
在使用shutdown immediate关闭数据库时hang住,查看alert 日志,遭遇了SHUTDOWN: Active processes prevent shutdown operation.也即是说有一些活动进程阻止了当前的shutdown操作.咦,数据库是测试数据库啥也没有干,也没有配置db console,还有活动进程阻止呢? 1.情景再现 SQL> select * from v$version where rownum<2; BANNER -----------------…
怎么startup/shutdown PDB? 来源于: 12c: How to Startup/Shutdown PDB's? (文档 ID 1592247.1) 适用于: Oracle Database - Enterprise Edition - Version 12.1.0.1 and later Information in this document applies to any platform. 目标: startup/shutdown PDB的方法. 解决方式: 在12c之前,…
在测试服务器上使用shutdown immediate命令关闭数据库时,长时间无法关闭数据库,如下所示 1: [oracle@DB-Server admin]$ sqlplus / as sysdba 2:  3: SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 21 13:55:13 2013 4:  5: Copyright (c) 1982, 2007, Oracle. All Rights Reserved. 6:  7:  8:…
Eclipse里编辑代码,进度条出现"Remote System Explorer Operation",导致Eclipse有卡顿. 解决方法: Eclipse -> Preferences -> General -> Startup and Shutdown. - Uncheck RSE UI. Eclipse -> Preferences -> Remote Systems. - Uncheck Re-open Remote Systems view…
Django的admin管理系统写入中文出错的解决方法 解决错误: 1267  Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation ‘locate’ 一.修必my.ini文件 要找到my.ini,要先去找到ProgramData,(这里要先打开显示隐藏文件的设置),那么要怎么找到ProgramData呢,输入%ProgramData%就OK. my…
InnoDB: Operating system error number 87 in a file operation. 错误87的解决方法 140628  8:10:48 [Note] Plugin 'FEDERATED' is disabled.140628  8:10:48 InnoDB: The InnoDB memory heap is disabled140628  8:10:48 InnoDB: Mutexes and rw_locks use Windows interlock…
tomcat bin文件夹中的startup.bat闪退原因及解决方法两种 方法一:在启动tomcat时闪退,重新检查java的jre运行环境.如果环境变量忘记配置一定会导致了tomcat的闪退. 追加 Apache的bin的环境变量也放到path中 注意检查一下看 JAVA_HOME是否写错,不要错误拷贝成%JAVA_HOME%变量的形式.这里没错就可以了. 其他的path环境变量,这个应该不该出错,否则Java或 eclipse也无法运行,classpath环境变量不会影响你的tomcat.…