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 instance stages

Santosh PradhanApr 15 2013 — edited Apr 15 2013
Hi ,
when i fired


my all diskgroups are mounted ...

from above input i have following consideration ...
1.ASM instance is always in NOMOUNT stage(as it is having only one stage to go ) but it mounts all the disks and it is available(Read,write) for database...



SQL> select instance_name, status from v$instance;

INSTANCE_NAME STATUS
+ASM STARTED
SQL> select NAME,STATE,TOTAL_MB from v$asm_diskgroup ;

NAME STATE TOTAL_MB
-----------
DISK_DATA MOUNTED 3072000
REDO_CTL MOUNTED 20480
Thanx for answer,,

Not using RAC

Ya u r right ,,,
But wht , when anyone asks , ASM instance in which stage?

.,,,
wht should be the answer..
Mounted or nomounted
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2013
Added on Apr 15 2013
3 comments
389 views