单选题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”相关问题
  • 第1题:

    Which of the following commands should be used to alter the routing table on a running system without affecting the ODM settings?()

    • A、inetd
    • B、route
    • C、cfgmgr
    • D、chdev

    正确答案:B

  • 第2题:

    Which of the following commands would a technician MOST likely use to map a printer from aremote computer?()

    • A、NET USE
    • B、IPCONFIG
    • C、NSLOOKUP
    • D、TRACERT

    正确答案:A

  • 第3题:

    Which of the following commands should Karen, a technician, use to examine and restoreprotected system files?()

    • A、SFC
    • B、RECOVER
    • C、REPLACE
    • D、COPY

    正确答案:A

  • 第4题:

    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*';

    正确答案:A,C

  • 第5题:

    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 operation
    • C、It mounts disks in the disk group for which the drop-disk operation has already been completed
    • D、It restores all the dropped disks in the disk group for which the drop-disk operation has already been completed
    • E、It adds previously dropped disks back into the disk group

    正确答案:A

  • 第6题:

    单选题
    Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record the status of the operation?()
    A

     ADD DIRECTORY

    B

     DROP DISK

    C

     RESIZE DISK

    D

     REBALANCE

    E

     ADD FAILGROUP


    正确答案: E
    解析: 暂无解析

  • 第7题:

    单选题
    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 operation

    C

    It mounts disks in the disk group for which the drop-disk operation has already been completed

    D

    It restores all the dropped disks in the disk group for which the drop-disk operation has already been completed

    E

    It adds previously dropped disks back into the disk group


    正确答案: E
    解析: 暂无解析

  • 第8题:

    单选题
    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


    正确答案: A
    解析: 暂无解析

  • 第9题:

    单选题
    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


    正确答案: B
    解析: 暂无解析

  • 第10题:

    单选题
    You are managing a single instance Oracle 10g database that utilizes the following parameters:  Which of the following set of commands must you execute to enable Flashback Database?()
    A

      STARTUP MOUNT EXCLUSIVE  ALTER DATABASE FLASHBACK ON;  ALTER DATABASE OPEN;

    B

      STARTUP MOUNT  ALTER DATABASE FLASHBACK ON;  ALTER DATABASE OPEN RESETLOGS;

    C

      STARTUP MOUNT EXCLUSIVE  ATLER DATABASE ARCHIVELOG;  ALTER DATABASE FLASHBACK ON;  ALTER DATABASE OPEN RESETLOGS;

    D

      STARTUP MOUNT  ALTER DATABASE ARCHIVELOG;  ALTER DATABASE FLASHBACK ON;  ALTER DATABASE OPEN;


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    Examine the following command: ALTER DISKGROUP data MOUNT FORCE; In which scenario can you use the above command to mount the disk group? ()
    A

    when ASM disk goes offline

    B

    when one or more ASM files are dropped

    C

    when some disks in a disk group are offline

    D

    when some disks in a failure group for a disk group are rebalancing


    正确答案: A
    解析: 暂无解析

  • 第12题:

    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

    正确答案:A

  • 第13题:

    Which of the following ping commands would a technician use to ping continuously?()

    • A、PING -l
    • B、PING -R
    • C、PING -t
    • D、PING -a

    正确答案:C

  • 第14题:

    You are managing a single instance Oracle 10g database that utilizes the following parameters:  Which of the following set of commands must you execute to enable Flashback Database?()

    • A、  STARTUP MOUNT EXCLUSIVE  ALTER DATABASE FLASHBACK ON;  ALTER DATABASE OPEN;
    • B、  STARTUP MOUNT  ALTER DATABASE FLASHBACK ON;  ALTER DATABASE OPEN RESETLOGS;
    • C、  STARTUP MOUNT EXCLUSIVE  ATLER DATABASE ARCHIVELOG;  ALTER DATABASE FLASHBACK ON;  ALTER DATABASE OPEN RESETLOGS;
    • D、  STARTUP MOUNT  ALTER DATABASE ARCHIVELOG;  ALTER DATABASE FLASHBACK ON;  ALTER DATABASE OPEN;

    正确答案:D

  • 第15题:

    You want to perform the following operations for the DATA ASM disk group: -Verify the consistency of the disk.  -Cross-check all the file extent maps and allocation tables for consistency. check whether the alias metadata directory and file directory are linked correctly.  -Check that ASM metadata directories do not have unreachable allocated blocks.   Which command accomplishes these tasks()?

    • A、 ALTER DISKGROUP data CHECK
    • B、 ALTER DISKGROUP data CHECK DISK
    • C、 ALTER DISKGROUP data CHECK FILE
    • D、 ALTER DISKGROUP data CHECK DISK IN FAILURE GROUP 1

    正确答案:A

  • 第16题:

    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*’

    正确答案:A,C

  • 第17题:

    单选题
    An administrator needs to review the open ports on a host. Which of the following commands should they use?()
    A

    traceroute -d

    B

    ping -t

    C

    netstat -ano

    D

    nbtstat -a


    正确答案: D
    解析: 暂无解析

  • 第18题:

    单选题
    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.


    正确答案: C
    解析: 暂无解析

  • 第19题:

    单选题
    Which of the following commands would a technician use to view the active applicationconnections on a local PC to the network?()
    A

    ipconfig

    B

    netstat

    C

    nslookup

    D

    net use


    正确答案: D
    解析: 暂无解析

  • 第20题:

    单选题
    You want to perform the following operations for the DATA ASM disk group: -Verify the consistency of the disk.  -Cross-check all the file extent maps and allocation tables for consistency. check whether the alias metadata directory and file directory are linked correctly.  -Check that ASM metadata directories do not have unreachable allocated blocks.   Which command accomplishes these tasks()?
    A

     ALTER DISKGROUP data CHECK

    B

     ALTER DISKGROUP data CHECK DISK

    C

     ALTER DISKGROUP data CHECK FILE

    D

     ALTER DISKGROUP data CHECK DISK IN FAILURE GROUP 1


    正确答案: B
    解析: 暂无解析

  • 第21题:

    单选题
    Examine the following command:   ALTER DISKGROUP data MOUNT FORCE;   In which scenario can you use the above command to mount the disk group?()
    A

     when ASM disk goes offline

    B

     when one or more ASM files are dropped

    C

     when some disks in a disk group are offline

    D

     when some disks in a failure group for a disk group are rebalancing


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    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 operation

    C

     It mounts disks in the disk group for which the drop-disk operation has already been co pleted

    D

     It restores all the dropped disks in the disk group for which the drop-disk operation has already been completed

    E

     It adds previously dropped disks back into the disk group


    正确答案: D
    解析: 暂无解析