博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ASM appears to be running, but connect via sqlplus, says idle instance.??
阅读量:4175 次
发布时间:2019-05-26

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

Hello all.
I've just installed Clusterware on 5 nodes...I have an ASM volume that so far only contains the voting disk and OCR.
I'm wanting to configure my Enterprise GRID management to monitor all the soon to be databases, as well as the current ASM. I'm wanting to get into the ASM instance(s), and enable the ASMSNMP user and set its password.
But something puzzling is happening.
Looking at the listener there...it shows ASM is up.
Services Summary...
Service "+ASM" has 1 instance(s).
Instance "+ASM1", status READY, has 1 handler(s) for this service...
The command completed successfully
I'm working from node1.
Looking at srvctl...it shows ASM is up on all nodes.
[oracle@node1~]$ srvctl status asm
ASM is running on node1,node2,node3,node4,node5
However, I can't seem to log on with sqlplus and see it working.
I've tried both:
export ORACLE_SID=+ASM1
and
export ORACLE_SID=+ASM
Then using sqlplus /nolog:
SQL> connect / as sysdba
Connected to an idle instance.
Now....why is this showing me as an idle instance?!!? Am I missing something here?
Thank you,
Kelly

ps. this is all Oracle 11Gr2...on RHEL5

==========================================================================

I came across a similar problem recently, ASM was running and SID set correctly. Turned out I had an extra slash '/' in my $ORACLE_HOME which for some reason causes sqlplus to not work as expected. Read more here:

http://blogs.portrix-systems.de/brost/revenge-of-the-double-slash/

FROM: https://community.oracle.com/message/4525211

转载地址:http://zwtai.baihongyu.com/

你可能感兴趣的文章
Java对HTTP2的支持
查看>>
Java10基于Java API编写HTTP2客户端详解
查看>>
Java8中基于OkHttp3编写HTTP2客户端详解
查看>>
Spring Framework 5中的对HTTP/2客户端和服务器的集成
查看>>
Spring Boot 2.0中嵌入式Web容器(如Tomcat)对HTTP2的支持详解
查看>>
Spring框架spring-web模块中的RestTemplate类详解
查看>>
Spring框架5的spring-web模块中的Java对象与HTTP消息之间的数据转换器一览
查看>>
Java应用与HTTP服务之间的粘合剂OpenFeign详解
查看>>
Spring Cloud OpenFeign详解
查看>>
Jersey的Filter详解
查看>>
JAX-RS与Jersey的Interceptor详解
查看>>
Apache Maven Release Plugin插件详解
查看>>
Logback及其MDC功能详解
查看>>
OpenStack4j访问OpenStack Q版本的Identity服务v2.0
查看>>
Java 11新特性
查看>>
Docker的网络类型及驱动器
查看>>
Docker容器支持IPv6的方法
查看>>
Can not deserialize instance of java.lang.String out of START_OBJECT token
查看>>
JTF的Unable to invoke request异常或Unable to find a MessageBodyReader of content-type application..异常详解
查看>>
JavaNCSS概述及JavaNCSS got an error while parsing the java file详解
查看>>