多选题Which are the prerequisites for performing flashback transactions on your database?()AUndo retention guarantee for the database must be configured.BSupplemental log must be enabled for the primary key.CSupplemental log must be enabled.DExecute permissi

题目
多选题
Which are the prerequisites for performing flashback transactions on your database?()
A

Undo retention guarantee for the database must be configured.

B

Supplemental log must be enabled for the primary key.

C

Supplemental log must be enabled.

D

Execute permission on the DBMS_FLASHBACK package must be granted to the user.


相似考题
更多“多选题Which are the prerequisites for performing flashback transactions on your database?()AUndo retention guarantee for the database must be configured.BSupplemental log must be enabled for the primary key.CSupplemental log must be enabled.DExecute permissi”相关问题
  • 第1题:

    Which two are prerequisites for performing a flashback transaction?()

    A. Flashback Database must be enabled.

    B. Undo retention guarantee for the database must be configured.

    C. EXECUTE privilege on the DBMS_FLASHBACK package must be granted to the user flashing back transaction.

    D. Supplemental logging must be enabled.

    E. Recycle bin must be enabled for the database.

    F. Block change tracking must be enabled tor the database.


    参考答案:B, C

  • 第2题:

    You want to use the Flashback Transaction Query feature to identify all the changes made to your database within a specific time period. What is a prerequisite for using the Flashback Transaction Query feature?()

    • A、 You must use automatic undo management in the database.
    • B、 You must configure OMF in your database.
    • C、 You must configure ASM for storing the datafiles.
    • D、 You must multiplex the online redo log file.

    正确答案:A

  • 第3题:

    You plan to execute the following command to perform a Flashback Database operation in your database:   SQL> FLASHBACK DATABASE TO TIMESTAMP (SYSDATE -5/24);   Which two statements are true about this?()

    • A、 The database must have multiplexed redo log files
    • B、 The database must be in the MOUNT state to execute the command
    • C、 The database must be in the NOMOUNT state to execute the command
    • D、 The database must be opened in RESTRICTED mode before this operation
    • E、 The database must be opened with the RESETLOGS option after the flashback operation

    正确答案:B,E

  • 第4题:

    Which are the two prerequisites before setting up Flashback Data Archive? ()(Choose two.)

    • A、Flash recovery area must be defined
    • B、Undo retention guarantee must be enabled.
    • C、Database must be running in archivelog mode.
    • D、Automatic undo management must be enabled.
    • E、The tablespace in which the Flashback Data Archive is created must have automatic segment space Management (ASSM).

    正确答案:D,E

  • 第5题:

    Which two are the prerequisites to enable Flashback Data Archive?() (Choose two.)

    • A、Database must be running in archivelog mode.
    • B、Automatic undo management must be enabled.
    • C、Undo retention guarantee must be enabled.
    • D、The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment Space Management (ASSM).

    正确答案:B,D

  • 第6题:

    Which two are prerequisites for performing a flashback transaction?()

    • A、Flashback Database must be enabled.
    • B、Undo retention guarantee for the database must be configured.
    • C、EXECUTE privilege on the DBMS_FLASHBACK package must be granted to the user flashing back transaction.
    • D、Supplemental logging must be enabled.
    • E、Recycle bin must be enabled for the database.
    • F、Block change tracking must be enabled tor the database.

    正确答案:B,C

  • 第7题:

    Which two are the prerequisites to enable Flashback Data Archive?()

    • A、 Database must be running in archivelog mode.
    • B、 Automatic undo management must be enabled.
    • C、 Undo retention guarantee must be enabled.
    • D、 The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment  Space Management (ASSM).

    正确答案:B,D

  • 第8题:

    多选题
    User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions?()
    A

    ALTER DATABASE FLASHBACK ON;

    B

    GRANT SELECT any transaction TO scott;

    C

    GRANT EXECUTE ON dbms_flashback TO scott;

    D

    ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;

    E

    ALTER TABLESPACE undots1 RETENTION GUARANTEE;

    F

    ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;


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

  • 第9题:

    多选题
    Which are the two prerequisites before setting up Flashback Data Archive? ()(Choose two.)
    A

    Flash recovery area must be defined

    B

    Undo retention guarantee must be enabled.

    C

    Database must be running in archivelog mode.

    D

    Automatic undo management must be enabled.

    E

    The tablespace in which the Flashback Data Archive is created must have automatic segment space Management (ASSM).


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

  • 第10题:

    多选题
    Which two are the prerequisites to enable Flashback Data Archive?() (Choose two.)
    A

    Database must be running in archivelog mode.

    B

    Automatic undo management must be enabled.

    C

    Undo retention guarantee must be enabled.

    D

    The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment Space Management (ASSM).


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

  • 第11题:

    多选题
    You must track all transactions that modify certain tables in the sales schema for at least three years. Automatic undo management is enabled for the database with a retention of one day. Which two must you do to track the transactions?()
    A

    Enable supplemental logging for the database.

    B

    Specify undo retention guarantee for the database.

    C

    Create a Flashback Data Archive in the tablespace where the tables are stored.

    D

    Create a Flashback Data Archive in any suitable tablespace.

    E

    Enable Flashback Data Archiving for the tables that require tracking


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

  • 第12题:

    多选题
    What are the prerequisites for performing flashback transactions? ()(Choose all that apply)
    A

    Supplemental log must be enabled

    B

    Supplemental log must be enabled for the primary key

    C

    Undo retention guarantee for the database must be configured

    D

    ”EXECUTE “ permission on the DBMS_FLASHBACK package must be granted to the user


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

  • 第13题:

    User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions?()

    • A、ALTER DATABASE FLASHBACK ON;
    • B、GRANT SELECT any transaction TO scott;
    • C、GRANT EXECUTE ON dbms_flashback TO scott;
    • D、ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
    • E、ALTER TABLESPACE undots1 RETENTION GUARANTEE;
    • F、ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;

    正确答案:B,C,D,F

  • 第14题:

    Which are the prerequisites for performing flashback transactions on your database?()

    • A、 Undo retention guarantee for the database must be configured.
    • B、 Supplemental log must be enabled for the primary key.
    • C、 Supplemental log must be enabled.
    • D、 Execute permission on the DBMS_FLASHBACK package must be granted to the user.

    正确答案:B,C,D

  • 第15题:

    You must track all transactions that modify certain tables in the sales schema for at least three years. Automatic undo management is enabled for the database with a retention of one day. Which two must you do to track the transactions?()

    • A、Enable supplemental logging for the database.
    • B、Specify undo retention guarantee for the database.
    • C、Create a Flashback Data Archive in the tablespace where the tables are stored.
    • D、Create a Flashback Data Archive in any suitable tablespace.
    • E、Enable Flashback Data Archiving for the tables that require tracking

    正确答案:D,E

  • 第16题:

    What are the prerequisites for performing flashback transactions? ()(Choose all that apply)

    • A、Supplemental log must be enabled
    • B、Supplemental log must be enabled for the primary key
    • C、Undo retention guarantee for the database must be configured
    • D、”EXECUTE “ permission on the DBMS_FLASHBACK package must be granted to the user

    正确答案:A,B,D

  • 第17题:

    User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions?()

    • A、 ALTER DATABASE FLASHBACK ON
    • B、 GRANT SELECT any transaction TO scott
    • C、 GRANT EXECUTE ON dbms_flashback TO scott
    • D、 ALTER DATABASE ADD SUPPLEMENTAL LOG DATA
    • E、 ALTER TABLESPACE undots1 RETENTION GUARANTEE
    • F、 ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS

    正确答案:B,C,D,F

  • 第18题:

    User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, whichcommands must you execute to enable SCOTT to flash back the transactions? ()(Choose four.)

    • A、ALTER DATABASE FLASHBACK ON;
    • B、GRANT SELECT any transaction TO scott;
    • C、GRANT EXECUTE ON dbms_flashback TO scott;
    • D、ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
    • E、ALTER TABLESPACE undots1 RETENTION GUARANTEE;
    • F、ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;

    正确答案:B,C,D,F

  • 第19题:

    多选题
    You plan to execute the following command to perform a Flashback Database operation in your database:   SQL> FLASHBACK DATABASE TO TIMESTAMP (SYSDATE -5/24);   Which two statements are true about this?()
    A

    The database must have multiplexed redo log files

    B

    The database must be in the MOUNT state to execute the command

    C

    The database must be in the NOMOUNT state to execute the command

    D

    The database must be opened in RESTRICTED mode before this operation

    E

    The database must be opened with the RESETLOGS option after the flashback operation


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

  • 第20题:

    多选题
    User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, whichcommands must you execute to enable SCOTT to flash back the transactions? ()(Choose four.)
    A

    ALTER DATABASE FLASHBACK ON;

    B

    GRANT SELECT any transaction TO scott;

    C

    GRANT EXECUTE ON dbms_flashback TO scott;

    D

    ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;

    E

    ALTER TABLESPACE undots1 RETENTION GUARANTEE;

    F

    ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;


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

  • 第21题:

    多选题
    Which two are prerequisites for performing a flashback transaction?()
    A

    Flashback Database must be enabled.

    B

    Undo retention guarantee for the database must be configured.

    C

    EXECUTE privilege on the DBMS_FLASHBACK package must be granted to the user flashing back transaction.

    D

    Supplemental logging must be enabled.

    E

    Recycle bin must be enabled for the database.

    F

    Block change tracking must be enabled tor the database.


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

  • 第22题:

    多选题
    Which two are the prerequisites to enable Flashback Data Archive?()
    A

    Database must be running in archivelog mode.

    B

    Automatic undo management must be enabled.

    C

    Undo retention guarantee must be enabled.

    D

    The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment  Space Management (ASSM).


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

  • 第23题:

    多选题
    User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions?()
    A

    ALTER DATABASE FLASHBACK ON

    B

    GRANT SELECT any transaction TO scott

    C

    GRANT EXECUTE ON dbms_flashback TO scott

    D

    ALTER DATABASE ADD SUPPLEMENTAL LOG DATA

    E

    ALTER TABLESPACE undots1 RETENTION GUARANTEE

    F

    ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS


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