Mount/dismount ASM diskgroups
To mount a diskgroup,(This is instance specific, for mounting on all nodes, run the same on all nodes)
oracle configurationintermediate
by OracleDba
12 views
To mount a diskgroup,(This is instance specific, for mounting on all nodes, run the same on all nodes)
12345678
SQL>alter diskgroup DATA mount;
or
asmcmd>mount DATA
SQL>alter diskgroup DATA dismount;
or
asmcmd>umount DATA
SQL>alter diskgroup ALL mount;
SQL>alter diskgroup ALL dismount;Please to add comments
No comments yet. Be the first to comment!