niusouti.com

单选题In which situation is the UNDO_RETENTION parameter be ignored, even if it is set to a value()A When the data file of the undo tablespace is autoextensibleB When there are more than one undo tablespaces available in the databaseC When the undo tablespac

题目
单选题
In which situation is the UNDO_RETENTION parameter be ignored, even if it is set to a value()
A

When the data file of the undo tablespace is autoextensible

B

When there are more than one undo tablespaces available in the database

C

When the undo tablespace is of a fixed size and retention guarantee is not enabled

D

When the undo tablespace is autoextensible and retention guarantee is not enabled


相似考题
更多“单选题In which situation is the UNDO_RETENTION parameter be ignored, even if it is set to a value()A When the data file of the undo tablespace is autoextensibleB When there are more than one undo tablespaces available in the databaseC When the undo tablespac”相关问题
  • 第1题:

    In which situation may the UNDO_RETENTION parameter be ignored, even if it is set to a value()

    • A、when the data file of the undo tablespace is autoextensible
    • B、when there are more than one undo tablespaces available in the database
    • C、when the undo tablespace is of a fixed size and retention guarantee is not enabled
    • D、when the undo tablespace is autoextensible and retention guarantee is not enabled

    正确答案:C

  • 第2题:

    You work as a database administrator for Certkiller .com. You want to create your database with the automatic undo management feature enable.Which two tasks must you perform to achieve this?()

    • A、Set the UNDO_RETENTION parameter to AUTO.
    • B、Create an initial undo segment in undotablespace.
    • C、Set the UNDO_RETENTION parameter to 900 or more
    • D、Set the initialization parameter UNDO_MANAGEMENT to AUTO
    • E、Set the UNDO_MANAGEMENT parameter to the name of an undotablespace

    正确答案:D,E

  • 第3题:

    You work as a database administrator for Certkiller .com. The UNDO_RETENTION parameter in your database is set to 1000 and undoretention is not guaranteed. Which statement regarding retention of undo data is correct?()

    • A、Undo data becomes obsolete after 1,000 seconds.
    • B、Undo data gets refreshed after 1,000 seconds.
    • C、Undo data will be stored permanently after 1,000 seconds.
    • D、Committed undo data would be retained for 1,000 seconds if free undo space is available.
    • E、Undo data will be retained in the UNDOtablespacefor 1,000 seconds, then it gets movedmovedto the TEMPORARYtablespaceto provide read consistency.

    正确答案:D

  • 第4题:

    Which statement is true about the UNDO_RETENTION parameter when retention guarantee is notenabled()

    • A、It is the time period after which the undo data becomes obsolete.
    • B、It is the time period after which the committed undo data would be transferred to a temporarytablespace.
    • C、It is the minimum time period up to which the committed undo data would be retained if free undo spaceis available.
    • D、It is the time period after which the undo data is transferred to the Flash Recovery Area to provide readconsistency.

    正确答案:C

  • 第5题:

    Your database instance is configured with automatic undo management and the UNDO_RETENTION parameter is set to 900 seconds. You executed the following command to enable retention guarantee: SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE; What effect would this command have on the database()

    • A、The extents in the undo tablespace retain data until the next full database backup.
    • B、The extents containing committed undo in the undo tablespace are not overwritten for at least 15minutes.
    • C、The extents containing committed data in the undo tablespace are not overwritten until the instance isshut down.
    • D、The extents containing committed undo in the undo tablespace are transferred to Flash Recovery Areabefore being overwritten.

    正确答案:B

  • 第6题:

    The UNDO_RETENTION parameter in your database is set to 1000 and undo retention is not guaranteed. Which statement regarding retention of undo data is correct?()

    • A、Undo data becomes obsolete after 1,000 seconds.
    • B、Undo data gets refreshed after every 1,000 seconds.
    • C、Undo data will be stored permanently after 1,000 seconds.
    • D、Committed undo data would be retained for 1,000 seconds if free undo space is available.
    • E、Undo data will be retained in the UNDO tablespace for 1,000 seconds,then it gets moved to the TEMPORARY tablespace to provide read consistency.

    正确答案:D

  • 第7题:

    单选题
    Your database instance is configured with automatic undo management and the UNDO_RETENTION parameter is set to 900 seconds. You executed the following command to enable retention guarantee: SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE; What effect would this command have on the database()
    A

    The extents in the undo tablespace retain data until the next full database backup.

    B

    The extents containing committed undo in the undo tablespace are not overwritten for at least 15minutes.

    C

    The extents containing committed data in the undo tablespace are not overwritten until the instance isshut down.

    D

    The extents containing committed undo in the undo tablespace are transferred to Flash Recovery Areabefore being overwritten.


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

  • 第8题:

    单选题
    In which situation is the UNDO_RETENTION parameter be ignored, even if it is set to a value()
    A

    When the data file of the undo tablespace is autoextensible

    B

    When there are more than one undo tablespaces available in the database

    C

    When the undo tablespace is of a fixed size and retention guarantee is not enabled

    D

    When the undo tablespace is autoextensible and retention guarantee is not enabled


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

  • 第9题:

    单选题
    Your database is running under automatic undo management and the UNDO_RETENTION parameter is set to 900 sec. You executed the following command to enable retention guarantee:  SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE;  What effect would this statement have on the database?()
    A

    The extents in undo tablespace retain data until the next full database backup.

    B

    The extents containing committed data in the undo tablespace are never overwritten.

    C

    The extents which no longer contain uncommitted data in the undo tablespace are not overwritten for at least15 minutes.

    D

    The extents containing committed data in the undo tablespace are not overwritten until the instance  is shut down.


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

  • 第10题:

    单选题
    Which statement is true about the UNDO_RETENTION parameter when retention guarantee is not enabled()
    A

    It is the time period after which the undo data becomes obsolete.

    B

    It is the time period after which the committed undo data would be transferred to a temporary tablespace.

    C

    It is the minimum time period up to which the committed undo data would be retained if free undo space isavailable.

    D

    It is the time period after which the undo data is transferred to the Flash Recovery Area to provide readconsistency.


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

  • 第11题:

    单选题
    The UNDO_RETENTION parameter in your database is set to 1000 and undo retention is not guaranteed. Which statement regarding retention of undo data is correct?()
    A

    Undo data becomes obsolete after 1,000 seconds.

    B

    Undo data gets refreshed after every 1,000 seconds.

    C

    Undo data will be stored permanently after 1,000 seconds.

    D

    Committed undo data would be retained for 1,000 seconds if free undo space is available.

    E

    Undo data will be retained in the UNDO tablespace for 1,000 seconds,then it gets moved to the TEMPORARY tablespace to provide read consistency.


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

  • 第12题:

    单选题
    You are maintaining your database in Oracle10g. You set the value of the UNDO_RETENTION initialization parameter to zero in the initialization parameter file. What will be the impact of specifying this setting?()
    A

     The database will not start.

    B

     The database will start but will not retain the undo data in the undo segment.

    C

     The database will start, and the undo segment will contain the undo data for at least one hour.

    D

     The database will start, and the undo segment will retain the undo data for at least 15 minutes.


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

  • 第13题:

    In your database, UNDO_RETENTION has been set to 600 sec and UNDO tablespace is configured for RETENTION GUARANTEE. Which statement regarding RETENTION GUARANTEE is true? ()

    • A、Undo data is retained until the next full database backup.
    • B、No committed undo data will be overwritten for 10 minutes.
    • C、Committed undo data will be kept forever if not overwritten within 600 seconds.
    • D、Guarantees that requested undo information are available until the instance is shut down.

    正确答案:B

  • 第14题:

    Your database is running under automatic undo management and the UNDO_RETENTION parameter is set to 900 sec. You executed the following command to enable retention guarantee:  SQL> ALTER TABLESPACE undotbs1 RETENTION GUARANTEE;  What effect would this statement have on the database?()

    • A、The extents in undo tablespace retain data until the next full database backup.
    • B、The extents containing committed data in the undo tablespace are never overwritten.
    • C、The extents which no longer contain uncommitted data in the undo tablespace are not overwritten for at least15 minutes.
    • D、The extents containing committed data in the undo tablespace are not overwritten until the instance  is shut down.

    正确答案:C

  • 第15题:

    Which two statements are true regarding transactions in an Oracle database()

    • A、Multiple transactions can use the same undo segment.
    • B、A transaction is assigned an undo segment when it is started.
    • C、More than one transaction cannot share the same extent in the undo tablespace.
    • D、The transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.

    正确答案:A,B

  • 第16题:

    You require the Oracle server to manage the undo segments and space among various active sessions automatically. You created an undo tablespace, UNDO_TBS1, in your database. Which two additional steps would you perform to achieve this?()

    • A、Set the UNDO_RETENTION parameter to 900 or more.
    • B、Create an initial undo segment in the undo tablespace.
    • C、Enable the retention guarantee for the undo tablespace.
    • D、Set the UNDO_TABLESPACE parameter to UNDO_TBS1.
    • E、Set the UNDO_MANAGEMENT initialization parameter to AUTO.

    正确答案:D,E

  • 第17题:

    Which statement is true about the UNDO_RETENTION parameter when retention guarantee is not enabled()

    • A、It is the time period after which the undo data becomes obsolete.
    • B、It is the time period after which the committed undo data would be transferred to a temporary tablespace.
    • C、It is the minimum time period up to which the committed undo data would be retained if free undo space isavailable.
    • D、It is the time period after which the undo data is transferred to the Flash Recovery Area to provide readconsistency.

    正确答案:C

  • 第18题:

    单选题
    In your database, UNDO_RETENTION has been set to 600 sec and UNDO tablespace is configured for RETENTION GUARANTEE. Which statement regarding RETENTION GUARANTEE is true? ()
    A

    Undo data is retained until the next full database backup.

    B

    No committed undo data will be overwritten for 10 minutes.

    C

    Committed undo data will be kept forever if not overwritten within 600 seconds.

    D

    Guarantees that requested undo information are available until the instance is shut down.


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

  • 第19题:

    多选题
    Which two statements are true regarding transactions in an Oracle database()
    A

    Multiple transactions can use the same undo segment.

    B

    A transaction is assigned an undo segment when it is started.

    C

    More than one transaction cannot share the same extent in the undo tablespace.

    D

    The transactions use system undo segment to store undo data if all the segments in the undo tablespaceare used.


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

  • 第20题:

    多选题
    Which two statements are true regarding undo tablespaces()
    A

    The database can have more than one undo tablespace.

    B

    The UNDO_TABLESPACE parameter is valid in both automatic andmanualundo management.

    C

    Undo segments automatically grow and shrink as needed, acting as circular storage buffer for their assigned transactions.

    D

    An undotablespaceis automatically created if the UNDO_TABLESPACEparameter is not set and the UNDO_MANAGEMENT parameter is set to AUTO during the database instance start up.


    正确答案: C,B
    解析: A答案:可以有一个或多个undo表空间,A答案正确。 
    sys@TEST0924> select TABLESPACE_NAME,CONTENTS from dba_tablespaces; TABLESPACE_NAME CONTENTS ------------------------------ --------- SYSTEM PERMANENT SYSAUX PERMANENT UNDOTBS1 UNDO TEMP TEMPORARY USERS PERMANENT UNDOTBS2 UNDO 
    EXAMPLE PERMANENT LXTBS PERMANENT FLA_TBS1 PERMANENT FLA_TBS2 PERMANENT 10 rows selected. 
    B答案:UNDO_TABLESPACE只能用于自动undo段模式,B答案错误

  • 第21题:

    单选题
    Which statement is true about the UNDO_RETENTION parameter when retention guarantee is notenabled()
    A

    It is the time period after which the undo data becomes obsolete.

    B

    It is the time period after which the committed undo data would be transferred to a temporarytablespace.

    C

    It is the minimum time period up to which the committed undo data would be retained if free undo spaceis available.

    D

    It is the time period after which the undo data is transferred to the Flash Recovery Area to provide readconsistency.


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

  • 第22题:

    单选题
    In which situation may the UNDO_RETENTION parameter be ignored, even if it is set to a value()
    A

    when the data file of the undo tablespace is autoextensible

    B

    when there are more than one undo tablespaces available in the database

    C

    when the undo tablespace is of a fixed size and retention guarantee is not enabled

    D

    when the undo tablespace is autoextensible and retention guarantee is not enabled


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

  • 第23题:

    多选题
    You require the Oracle server to manage the undo segments and space among various active sessions automatically. You created an undo tablespace, UNDO_TBS1, in your database. Which two additional steps would you perform to achieve this?()
    A

    Set the UNDO_RETENTION parameter to 900 or more.

    B

    Create an initial undo segment in the undo tablespace.

    C

    Enable the retention guarantee for the undo tablespace.

    D

    Set the UNDO_TABLESPACE parameter to UNDO_TBS1.

    E

    Set the UNDO_MANAGEMENT initialization parameter to AUTO.


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

  • 第24题:

    多选题
    Which three pieces of information are considered while deciding the size of the undo tablespace in your database?()
    A

    the size of an undo block

    B

    the size of the redo log files

    C

    undo blocks generated per second

    D

    the size of the database buffer cache

    E

    the value of the UNDO_RETENTION parameter


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