Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record thestatus of the operation?()A、ADD DIRECTORYB、DROP DISKC、RESIZE DISKD、REBALANCEE、ADD FAILGROUP

Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record thestatus of the operation?()

  • A、ADD DIRECTORY
  • B、DROP DISK
  • C、RESIZE DISK
  • D、REBALANCE
  • E、ADD FAILGROUP

相关考题:

Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record thestatus of the operation?() A. ADD DIRECTORYB. DROP DISKC. RESIZE DISKD. REBALANCEE. ADD FAILGROUP

Which of the following commands can be used to show all disks configured on the system?() A. lsdev -C diskB. lsdev -P diskC. lsdev -Cc diskD. lsdev -Pc disk

Which of the following commands can be used to show all disks configured on the system?()A、lsdev -C diskB、lsdev -P diskC、lsdev -Cc diskD、lsdev -Pc disk

How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has alreadycompleted?()A、Issue the ALTER DISKGROUP ... ADD DISK command.B、Issue the ALTER DISKGROUP ... UNDROP DISKS command.C、Issue the ALTER DISKGROUP ... DROP DISK CANCEL command.D、Retrieve the disk from the Recycle Bin after the operation completes

Which two commands never trigger an implicit rebalancing within the disk group?() (Choose two.)A、ALTER DISKGROUP misc MOUNT;B、ALTER DISKGROUP misc DROP DISK misc2;C、ALTER DISKGROUP misc CHECK ALL NOREPAIR;D、ALTER DISKGROUP misc RESIZE ALL SIZE 1023m;E、ALTER DISKGROUP dgroupA ADD DISK '/devices/A*';

A mirrored root disk needs to be replaced. Which of the following commands will clear the boot record on the failing disk?()A、chpv -cB、rmlv hd5C、bosboot -adD、rmdev -dl hd5

Which of the following commands would an administrator use to add startup scripts to the system startup process()A、chitabB、vi /etc/inittabC、vi /etc/rc.dD、mkitab

After executing the command alter diskgroup disk group2 drop disk dg2a; you issue the following command from the ASM instance:   Select group_number, count(*) from v$asm_operation;   What is the implication if the query against V$ASM_OPERATION returns zero rows?()  A、 The drop disk operation is still proceeding and you cannot yet run the undrop disks operation.B、 The drop disk operation is complete and you can run the undrop disks command if needed.C、 The drop disk operation is complete and you cannot run the undrop disk command.D、 The query will fail since there is not a V$ASM_OPERATION view available in an ASM instance. E、 None of the above is true.

You are managing an ASM instance. You previously issued the following statements: ALTER DISKGROUP dg1 DROP DISK disk2; ALTER DISKGROUP dg1 DROP DISK disk3; ALTER DISKGROUP dg1 DROP DISK disk5; You want to cancel the disk drops that are pending for the DG1 disk group. Which statement should you issue?()A、ALTER DISKGROUP dg1 UNDROP disk2, disk3, disk5;B、ALTER DISKGROUP dg1 UNDROP;C、ALTER DISKGROUP dg1 UNDROP DISKS;D、You cannot cancel the pending disk drops.

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.        /devices/diskP4 is a candidate disk.        /devices/diskQ1 is a member of disk group grp2.        /devices/diskQ2 is a member of disk group grp2.        /devices/diskQ3 is a member of disk group grp2.        /devices/diskQ4 is a candidate disk.   Which command will add the disk /devices/diskP4 to the 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*’;

Examine the following ALTER command: SQL ALTER DISKGROUP dgroup1 UNDROP DISKS; What is the purpose of the command?()A、It cancels all pending disk drops within the disk group.B、It restores disks that are being dropped as the result of a DROP DISKGROUP operationC、It mounts disks in the disk group for which the drop-disk operation has already been co pletedD、It restores all the dropped disks in the disk group for which the drop-disk operation has already been completedE、It adds previously dropped disks back into the disk group

How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has not yet completed?()  A、 Issue the ALTER DISKGROUP ... ADD DISK command.B、 Issue the ALTER DISKGROUP ... UNDROP DISKS command.C、 Issue the ALTER DISKGROUP ... DROP DISK CANCEL command.D、 Retrieve the disk from the Recycle Bin after the operation completes.

Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record the status of the operation?()  A、 ADD DIRECTORYB、 DROP DISKC、 RESIZE DISKD、 REBALANCEE、 ADD FAILGROUP

Which two commands never trigger an implicit rebalancing within the disk group?()A、ALTER DISKGROUP misc MOUNT;B、ALTER DISKGROUP misc DROP DISK misc2;C、ALTER DISKGROUP misc CHECK ALL NOREPAIR;D、ALTER DISKGROUP misc RESIZE ALL SIZE 1023m;E、ALTER DISKGROUP dgroupA ADD DISK '/devices/A*';

You are trying to alter the initial segment size given to a table in a dictionary-managed tablespace. Which of the following keywords would be used as part of this process?()A、DROP TABLE B、ALTER TABLE C、RESIZE D、COALESCE

How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has already completed?()  A、 Issue the ALTER DISKGROUP ... ADD DISK command.B、 Issue the ALTER DISKGROUP ... UNDROP DISKS command.P.... DROP DISK CANCEL command.C、 Issue the ALTER DISKGROUD、 Retrieve the disk from the Recycle Bin after the operation completes.

Examine the following ALTER command: SQL ALTER DISKGROUP dgroup1 UNDROP DISKS; What is the purpose of the command?()A、It cancels all pending disk drops within the disk groupB、It restores disks that are being dropped as the result of a DROP DISKGROUP operationC、It mounts disks in the disk group for which the drop-disk operation has already been completedD、It restores all the dropped disks in the disk group for which the drop-disk operation has already been completedE、It adds previously dropped disks back into the disk group

Which two commands never trigger an implicit rebalancing within the disk group?() A、 ALTER DISKGROUP misc MOUNTB、 ALTER DISKGROUP misc DROP DISK misc2C、 ALTER DISKGROUP misc CHECK ALL NOREPAIRD、 ALTER DISKGROUP misc RESIZE ALL SIZE 1023mE、 ALTER DISKGROUP dgroupA ADD DISK ’/devices/A*’

单选题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.        /devices/diskP4 is a candidate disk.        /devices/diskQ1 is a member of disk group grp2.        /devices/diskQ2 is a member of disk group grp2.        /devices/diskQ3 is a member of disk group grp2.        /devices/diskQ4 is a candidate disk.   Which command will add the disk /devices/diskP4 to the 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*’;

多选题Which two commands never trigger an implicit rebalancing within the disk group?()AALTER DISKGROUP misc MOUNTBALTER DISKGROUP misc DROP DISK misc2CALTER DISKGROUP misc CHECK ALL NOREPAIRDALTER DISKGROUP misc RESIZE ALL SIZE 1023mEALTER DISKGROUP dgroupA ADD DISK ’/devices/A*’

单选题Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record the status of the operation?()A ADD DIRECTORYB DROP DISKC RESIZE DISKD REBALANCEE ADD FAILGROUP

多选题Which two commands never trigger an implicit rebalancing within the disk group?() (Choose two.)AALTER DISKGROUP misc MOUNT;BALTER DISKGROUP misc DROP DISK misc2;CALTER DISKGROUP misc CHECK ALL NOREPAIR;DALTER DISKGROUP misc RESIZE ALL SIZE 1023m;EALTER DISKGROUP dgroupA ADD DISK '/devices/A*';

单选题How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has already completed?()A Issue the ALTER DISKGROUP ... ADD DISK command.B Issue the ALTER DISKGROUP ... UNDROP DISKS command.P.... DROP DISK CANCEL command.C Issue the ALTER DISKGROUD Retrieve the disk from the Recycle Bin after the operation completes.

单选题Examine the following ALTER command: SQL ALTER DISKGROUP dgroup1 UNDROP DISKS; What is the purpose of the command?()AIt cancels all pending disk drops within the disk group.BIt restores disks that are being dropped as the result of a DROP DISKGROUP operationCIt mounts disks in the disk group for which the drop-disk operation has already been co pletedDIt restores all the dropped disks in the disk group for which the drop-disk operation has already been completedEIt adds previously dropped disks back into the disk group

多选题Which two commands never trigger an implicit rebalancing within the disk group?()AALTER DISKGROUP misc MOUNT;BALTER DISKGROUP misc DROP DISK misc2;CALTER DISKGROUP misc CHECK ALL NOREPAIR;DALTER DISKGROUP misc RESIZE ALL SIZE 1023m;EALTER DISKGROUP dgroupA ADD DISK '/devices/A*';

单选题Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record thestatus of the operation?()AADD DIRECTORYBDROP DISKCRESIZE DISKDREBALANCEEADD FAILGROUP

单选题How can you reverse the effects of an ALTER DISKGROUP ... DROP DISK command if it has not yet completed?()A Issue the ALTER DISKGROUP ... ADD DISK command.B Issue the ALTER DISKGROUP ... UNDROP DISKS command.C Issue the ALTER DISKGROUP ... DROP DISK CANCEL command.D Retrieve the disk from the Recycle Bin after the operation completes.