Oracle - ORA-01034: ORACLE not available Process ID: 0 / Connected to an idle instance
一、異常
[oracle@xl ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 - Production on Mon Jun 4 00:55:19 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to an idle instance.
-- 後面再做其他操作時拋的異常
SQL> select instance_name from v$instance;
ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0
二、原因
1、遇到過一種情況是伺服器的記憶體爆了
2、網上也有說是伺服器ORACLE_SID環境變數與資料庫的instance_name例項名不一致的
相關文章
- Connected to an idle instance – while database is runningWhileDatabase
- asmcmd:connected to an idle instance ORA12705ASM
- ORA-01034: ORACLE not availableOracleAI
- ORA-01034: ORACLE not available .OracleAI
- ORA-01034: ORACLE not available問題OracleAI
- ASMCMD +ASM 例項 Connected to an idle instance. 一個 / 導致的問題ASM
- 解決ora-01034:oracle not available 的方法OracleAI
- ORA-01034: ORACLE not available的解決辦法OracleAI
- ORA-01034 :oracle not available ora-27101OracleAI
- oracle程式都啟來了,sqlplus 顯示是idle instanceOracleSQL
- RMAN-04006: error from auxiliary database: ORA-01034: ORACLE not availableErrorUXDatabaseOracleAI
- System Idle Process和system系統程式簡介
- 【Oracle】並行等待之PX Idle WaitOracle並行AI
- Oracle backgroud ProcessOracle
- 【PARAMETER】Oracle引數:MAX_IDLE_BLOCKER_TIME 解釋OracleBloC
- Oracle database instanceOracleDatabase
- STATUS OF ORACLE INSTANCEOracle
- Oracle OCP IZ0-053 Q687(ASM Shutdown immediate when users connected)OracleASM
- ORACLE SESSION 和 PROCESSOracleSession
- oracle中修改processOracle
- 在oracle裡把backugroupd process叫做oracle的deamon process咋樣Oracle
- Oracle dedicated server process and shared server processOracleServer
- Oracle instance解釋Oracle
- Oracle OCP 1Z0 053 Q389(Recovery Writer Process)Oracle
- Oracle OCP IZ0-053 Q216(Job Chain Process)OracleAI
- [Oracle] oracle 11g dataguard (one instance)Oracle
- Oracle OCP 1Z0 053 Q121(Autotask Background Process)Oracle
- Oracle OCP 1Z0-053 Q57(ASM ASMB(Background process))OracleASM
- oracle sid,instance_name,db_name,oracle_sid之間的關係Oracle
- Introduction to an Oracle Instance (284)Oracle
- ORACLE_SID,INSTANCE_NAME和DB_NAMEOracle
- Not enough server storage is available to process this command.ServerAI
- Oracle OCP 1Z0-053 Q254(I/O calibration process)Oracle
- Oracle backgroud Process【Blog 搬家】Oracle
- Oracle Display the process of the procedure ( oracle pipe , dbms_output , prompt )Oracle
- For oracle databases, if the top showing the oracle database, then oracle process is using the top cOracleDatabase
- Oracle下的Databse,Instance,SchemasOracle
- Oracle 11gR2 Database dbca ORA-03114 not Connected to OracleOracleDatabase