oracle idle instance 案例

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle idle instance 案例相关的知识,希望对你有一定的参考价值。

通常情况,要么环境变量有问题,要么oracle执行文件权限问题,要么用root用户,要么oracle_sid export设置错误,要么数据库本身就未启动等等

此文描述的场景是讲一个环境变量的问题:

su - oracle
export ORACLE_SID
sqlplus / as sysdba

以上步骤设置都完全正确,检查环境变量oracle_home也正常。然而你此时检查的.bash_profile可能是后期被人更正过的,而一开始运行pmon的环境变量就可能不是此时
.bash_profile里设置的参数了。

solution:

ps -ef |grep pmon ---找到进程ID

cat /proc/pmon_id/environ

查看pmon运行的环境变量,匹配检查哪里出错。基于出错参数做修改(重启实例生效)

以上是关于oracle idle instance 案例的主要内容,如果未能解决你的问题,请参考以下文章

Connected to an idle instance.

asmcmd:Connected to an idle instance.

Using Class of Secure Transport (COST) to Restrict Instance Registration in Oracle RAC [ID 1340831.1

Using Class of Secure Transport (COST) to Restrict Instance Registration in Oracle RAC [ID 1340831.1

使用 SID 和 INSTANCE_NAME 将 oracle 与 pdo 连接

翻译自mos文章在10g中,当发生ORA-00020时,sqlplus登陆会报“connected to an idle instance”