【单选题】Consider the following configuration: /devices/diskP1 is a member of disk group grp1. /devices/diskP2 is a member of disk group grp1. /devices/diskP3 is a member of disk group grp1. ...
A.
ALTER DISKGROUP grp1 ADD DISK ’/devices/diskP1’, ADD DISK ’/devices/diskP4’;
B.
ALTER DISKGROUP grp1 ADD DISK ’/devices/disk*4’;
C.
ALTER DISKGROUP grp1 ADD DISK ’/devices/diskP*’;
D.
ALTER DISKGROUP grp1 ADD DISK ’/devices/diskQ*’, ADD DISK ’/devices/diskP*’;
【单选题】Consider the following command to add a new disk group called "tdgroupA" with two failover groups: CREATE DISKGROUP tdgroupA NORMAL REDUNDANCY FAILOVERGROUP control01 DISK ’/devices/A1’, ’/devices/A2...
A.
This command would result in an error because a disk group can have only one failover group.
B.
This command would result in an error because the /devices/A1 disk is a member of another disk group tdgroup1.
C.
A new disk group called tdgroupA will be added with two failover groups and the /devices/A1 disk will get reattached to the new disk group without being detached from the existing one.
D.
A new disk group called tdgroupA will be added with two failover groups and the /devices/A1 disk will be ignored for the new disk group because it is a member of an existing disk group tdgroup1.
E.
A new disk group called tdgroupA will be added with two failover groups and the /devices/A1 disk gets detached from the existing disk group tdgroup1 and attached to the new disk group tdgroupA
【单选题】You have configured the ASM instance for the PROD database of iPod Corporation. You have specified the following parameter values in the initialization parameter file: DB_CREATE_FILE_DEST=’devices/g...
A.
Both the members will be stored in the ’devices/grp1/P’ directory.
B.
Both the members will be stored in the ’devices/d_grp2/Q’ directory.
C.
Both the members will be stored in the ’devices/d_grp3/R’ directory.
D.
One member will be stored in the ’devices/d_grp2/Q’ directory and the other in the ’devices/d_grp3/R’ directory.