niusouti.com

单选题When an ASM instance receives a SHUTDOWN NORMAL command,what command does it pass on to all database instances that rely on the ASM instances disk groups?()ATRANSACTIONALBIMMEDIATECABORTDNORMAL

题目
单选题
When an ASM instance receives a SHUTDOWN NORMAL command,what command does it pass on to all database instances that rely on the ASM instances disk groups?()
A

 TRANSACTIONAL

B

 IMMEDIATE

C

 ABORT

D

 NORMAL


相似考题
更多“When an ASM instance receives a SHUTDOWN NORMAL command,what”相关问题
  • 第1题:

    Company.com has a three-node cluster with six resource groups. There are two resource groups  for each node. A new hardware component will be added to one of the nodes. The customer wants to move the resource groups to other nodes,but not necessarily in the normal fallover order. Also,the resource groups must be moved at night when there is no one in the computer center. What can be done so that the resource group is moved at the most convenient normal fallover order. Also,the resource groups must be moved at night when there is no one in the computer center.  What can be done so that the resource group is moved at the most convenient time for the customer?()   

    • A、 Create a custom resource group with a custom fallback timer to cause the system shutdown at he appropriate time.
    • B、 Set the system to stop with "shutdown" command at the appropriate time and allow HACMP to relocate the resources.
    • C、 Use a script that calls the cIRGmove command and place it in the cron or a queue to execute at the appropriate time.
    • D、 Change the existing resource groups to a custom type and add a timer to perform a "shutdown -h" command at the appropriate time.

    正确答案:C

  • 第2题:

    Which of the following options is true about shutting down an Automatic Storage Management (ASM) instance?()  

    • A、 If the SHUTDOWN IMMEDIATE command is issued to the ASM instance, the ASM instance immediately shuts down.
    • B、 If the SHUTDOWN ABORT command is issued to the ASM instance, the ASM instance will shut down all the database instances and then shut down immediately.
    • C、 If the SHUTDOWN NORMAL command is issued to the ASM instance, before shutting down, the ASM instance waits for the dependent database instances to shut down.
    • D、 If the SHUTDOWN TRANSACTIONAL command is issued to the ASM instance, the ASM instance passes the same SHUTDOWN command to the dependent database instances, but does not wait for any active transactions to complete before it shuts down.

    正确答案:C

  • 第3题:

    What is the proper command to shut down the database in a consistent manner?()

    • A、shutdown abort 
    • B、shutdown kill 
    • C、Shutdown nowait 
    • D、shutdown immediate
    • E、shutdown halt

    正确答案:D

  • 第4题:

    Your production database uses an Automatic Storage Management (ASM) instance to manage its files.  You want to add a new disk group to the ASM instance to manage the increased data load.  What action would you perform to include the new disk group in the ASM instance without causing any impact on the currently connected users?()

    • A、mount the new disk group in the ASM instance
    • B、restart the ASM instance and the production database instance
    • C、register the new disk groups in the production database instance
    • D、restart the ASM instance without restarting the production database instance
    • E、include the new disk group in the ASM_DISKSTRING parameter in the parameter file and restart the ASM instance

    正确答案:A

  • 第5题:

    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

    正确答案:C

  • 第6题:

    Which statement is true about the Manageability Monitor (MMON) background process()

    • A、It transfers statistics from memory to disk at regular intervals.
    • B、It coordinates the rebalance activity for disk groups when ASM is used.
    • C、It communicates with the Automatic Storage Management (ASM) instance on behalf of the database Instance.
    • D、It performs dynamic memory management when Automatic Shared Memory Management is enabled for the Database instance

    正确答案:A

  • 第7题:

    单选题
    You are managing an Oracle Database 11g instance with ASM storage. The ASM instance is down. To know the details of the disks in the DATA disk group ,you issued the following ASMCMD command:   ASMCMD> lsdsk -I -d DATA   Which statement is true regarding the outcome of this command?()
    A

     The command succeeds but it retrieves only the disk names.

    B

     The command produces an error because the ASM instance is down.

    C

     The command succeeds but it shows only the status of the ASM instance.

    D

     The command succeeds and retrieves information by scanning the disk headers based on an  ASM_DISKSTRING  value.


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

  • 第8题:

    单选题
    You have three production databases, HRDB, FINDB, and ORGDB, that use the same ASM instance. At the end of the day, you execute the following command on the ASM instance to shut down: SQL> shutdown immediate; What is the result of executing this command?()
    A

    All the instances, including the ASM instance, are shut down in the ABORT mode

    B

    The ASM instance is shut down, but the other instances are still running 

    C

    The ASM instance is still functional, but the other instances are shut down 

    D

    All the instances, including the ASM instance, are shut down in the IMMEDIATE mode. 

    E

    HRDB, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut down in the IMMEDIATE mode 

    F

    HRDB, FINDB, and ORGDB instances are shut down in the NORMAL mode and the ASM instance is shut down in the IMMEDIATE mode


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

  • 第9题:

    单选题
    Your production database uses an Automatic Storage Management (ASM) instance to manage its files. You want to add a new disk group to the ASM instance to manage the increased data load. What action would you perform to include the new disk group in the ASM instance without causing any impact on the currently connected users?()
    A

    mount the new disk group in the ASM instance

    B

    restart the ASM instance and the production database instance

    C

    register the new disk groups in the production database instance

    D

    restart the ASM instance without restarting the production database instance

    E

    include the new disk group in the ASM_DISKSTRING parameter in the parameter file and restart the ASM instance


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

  • 第10题:

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


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

  • 第11题:

    单选题
    Which of the following options is true about shutting down an Automatic Storage Management (ASM) instance?()
    A

     If the SHUTDOWN IMMEDIATE command is issued to the ASM instance, the ASM instance immediately shuts down.

    B

     If the SHUTDOWN ABORT command is issued to the ASM instance, the ASM instance will shut down all the database instances and then shut down immediately.

    C

     If the SHUTDOWN NORMAL command is issued to the ASM instance, before shutting down, the ASM instance waits for the dependent database instances to shut down.

    D

     If the SHUTDOWN TRANSACTIONAL command is issued to the ASM instance, the ASM instance passes the same SHUTDOWN command to the dependent database instances, but does not wait for any active transactions to complete before it shuts down.


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

  • 第12题:

    单选题
    You are managing an Oracle Database 11g instance with ASM storage. The ASM instance is down. To know the details of the disks in the DATA disk group , you issued the following ASMCMD command: ASMCMD> lsdsk -I -d DATA Which statement is true regarding the outcome of this command?()
    A

    The command succeeds but it retrieves only the disk names.

    B

    The command produces an error because the ASM instance is down.

    C

    The command succeeds but it shows only the status of the ASM instance.

    D

    The command succeeds and retrieves information by scanning the disk headers based on an ASM_DISKSTRING value.


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

  • 第13题:

    Which two statements are true regarding an Automatic Storage Management (ASM) instance? ()

    • A、As ASM instance mounts an ASM control file
    • B、An ASM instance uses the ASMB process for rebalancing of disks within a disk group
    • C、Automatic Memory Management is enabled in an ASM instance even when the MEMORY_TARGET parameter is not set explicitly
    • D、An RDBMS instance gets connected to an ASM instance using ASMB as a foreground process when the database instance is started

    正确答案:C,D

  • 第14题:

    When an ASM instance receives a SHUTDOWN NORMAL command,what command does it pass on to all database instances that rely on the ASM instances disk groups?()

    • A、 TRANSACTIONAL
    • B、 IMMEDIATE
    • C、 ABORT
    • D、 NORMAL

    正确答案:C

  • 第15题:

    You execute the following command to start an Automatic Storage Management (ASM) instance:   SQL>STARTUP;   In which of the following modes will the ASM instance start?()

    • A、 OPEN
    • B、 MOUNT
    • C、 NORMAL
    • D、 NOMOUNT

    正确答案:B

  • 第16题:

    What happens if you shutdown abort ASM instance?()

    • A、The RDBMSs connected will shutdown abort too
    • B、CLUSTER SERVICE will shutdown
    • C、ASM wil do instance recovery after startup

    正确答案:A

  • 第17题:

    You are managing an Oracle Database 11g instance with ASM storage. The ASM instance is down. To know the details of the disks in the DATA disk group , you issued the following ASMCMD command: ASMCMD> lsdsk -I -d DATA Which statement is true regarding the outcome of this command?()

    • A、The command succeeds but it retrieves only the disk names.
    • B、The command produces an error because the ASM instance is down.
    • C、The command succeeds but it shows only the status of the ASM instance.
    • D、The command succeeds and retrieves information by scanning the disk headers based on an ASM_DISKSTRING value.

    正确答案:D

  • 第18题:

    You plan to host a Windows Communication Foundation (WCF) service in a Windows Azure worker role.  Custom code is necessary to initialize and configure the service endpoint.   You need to recommend the point at which the application should initialize the WCF service.  What should you recommend?()

    • A、 When Windows Azure initializes the worker role instance.
    • B、 When the worker role instance receives its first request.
    • C、 When the worker role instance instantiates the WCF service.
    • D、 When the worker role instance enters the main execution thread.

    正确答案:A

  • 第19题:

    单选题
    You execute the following command to start an Automatic Storage Management (ASM) instance:   SQL>STARTUP;   In which of the following modes will the ASM instance start?()
    A

     OPEN

    B

     MOUNT

    C

     NORMAL

    D

     NOMOUNT


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

  • 第20题:

    单选题
    You work as a database administrator at Certkiller .com. Your production database uses an Automatic Storage Management (ASM) instance to manage its files. You want to add a new disk group to the ASM instance to manage the increased data load. What action would you perform to include the new disk group in the ASM instance without causing any impact on the currently connected users?()
    A

     mount the new disk group in the ASM instance

    B

     restart the ASM instance and the production database instance

    C

     register the new disk groups in the production database instance

    D

     restart the ASM instance without restarting the production database instance

    E

     include the new disk group in the ASM_DISKSTRING parameter in the parameter file and restart the ASM instance


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

  • 第21题:

    单选题
    You are using an Automatic Storage Management (ASM) instance to manage the files of your production database. While studying the parameter file of the ASM instance, you find the following entry:  ASM_DISKSTRING = /devices/*  What could be the reason for this setting?()
    A

    to enable the ASM instance to identify the alert log file

    B

    to enable the ASM instance to identify the server parameter file

    C

    to enable the ASM instance to define the locations for Oracle Managed Files (OMF)

    D

    to enable the ASM instance to identify all disks that can be accessed by it in the /devices directory


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

  • 第22题:

    单选题
    What happens if you shutdown abort ASM instance?()
    A

    The RDBMSs connected will shutdown abort too

    B

    CLUSTER SERVICE will shutdown

    C

    ASM wil do instance recovery after startup


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

  • 第23题:

    多选题
    Which two statements are true regarding an Automatic Storage Management (ASM) instance?()
    A

    As ASM instance mounts an ASM control file

    B

    An ASM instance uses the ASMB process for rebalancing of disks within a disk group

    C

    Automatic Memory Management is enabled in an ASM instance even when the MEMORY_TARGET  parameter is not set explicitly

    D

    An RDBMS instance gets connected to an ASM instance using ASMB as a foreground process when the database instance is started


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

  • 第24题:

    单选题
    When an ASM instance receives a SHUTDOWN NORMAL command,what command does it pass on to all database instances that rely on the ASM instances disk groups?()
    A

     TRANSACTIONAL

    B

     IMMEDIATE

    C

     ABORT

    D

     NORMAL


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