We can mount ASK disk groups in two ways:
- Using normal SQL commands :
1234567
oracle@UATDB:~$ su - grid
grid@UATDB:~$sqlplus /
as
sysasm
Connected
to
:
Oracle
Database
12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With
the Automatic Storage Management
option
SQL>
ALTER
DISKGROUP DATA MOUNT;
altered
- Using ASMCMD commands:
123456
ASMCMD [+] > mount -f DATA
ASMCMD [+] > mount
--restrict DATA
ASMCMD [+] > mount -a
Syntax : mount [
--restrict] {[-a] | [-f] diskgroup[,diskgroup,...]}
where
a :
All
f :
Force
Amen Answered question 20/12/2022