Login to ASM instance problem
Hello
I have installed RAC (I use Oracle11gR2 my OS is Linux) and I have configured ASM as my storage
My problem is in login to ASM instance by sqlplus
when I issue "srvctl status asm" it shows me that ASM is running on my both nodes
In node1 "asm_pmon_+ASM1" process is running
I do these operations to login to the ASM1 instance
1- export ORACLE_HOME=$grid_home
2- export ORACLE_SID=+ASM1
3- sqlplus /nolog
SQL> connect sys as sysasm
Enter password:
Connect to an idle instance
I don't know why it doesn't connect to the ASM1 instance while it's up, do you know what is wrong ?
thanks