Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ASM appears to be running, but connect via sqlplus, says idle instance.??

cayenneAug 23 2010 — edited Aug 25 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 22 2010
Added on Aug 23 2010
3 comments
8,195 views