Enable supplemental logging for the database.
Specify undo retention guarantee for the database.
Create a Flashback Data Archive in the tablespace where the tables are stored.
Create a Flashback Data Archive in any suitable tablespace.
Enable Flashback Data Archiving for the tables that require tracking
第1题:
Users in your PROD database complain about the slow response of the transactions. While investigating the reason, you find that the transactions are waiting for the undo segments to be available, and undo retention has been set to zero. What would you do to overcome this problem?()
第2题:
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?()
第3题:
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?()
第4题:
What are the prerequisites for performing flashback transactions? ()(Choose all that apply)
第5题:
Which two are the prerequisites to enable Flashback Data Archive?() (Choose two.)
第6题:
You work as a database administrator for Supportcenter.cn. Users in the Supportcenter.cn PROD database complain about the slow response of transactions. While investigating the reason you find that the transactions are waiting for the undo segments to be available, and undo retention has been set to zero. What would you do to overcome this problem?()
第7题:
ALTER DATABASE FLASHBACK ON;
GRANT SELECT any transaction TO scott;
GRANT EXECUTE ON dbms_flashback TO scott;
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
ALTER TABLESPACE undots1 RETENTION GUARANTEE;
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;
第8题:
Flash recovery area must be defined
Undo retention guarantee must be enabled.
Database must be running in archivelog mode.
Automatic undo management must be enabled.
The tablespace in which the Flashback Data Archive is created must have automatic segment space Management (ASSM).
第9题:
Enable supplemental logging for the database.
Specify undo retention guarantee for the database
Create Flashback Data Archive in the tablespace where the tables are stored.
Create Flashback Data Archive and enable Flashback Data Archive for specific tables
第10题:
Database must be running in archivelog mode.
Automatic undo management must be enabled.
Undo retention guarantee must be enabled.
The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment Space Management (ASSM).
第11题:
Enable supplemental logging for the database.
Specify undo retention guarantee for the database.
Create a Flashback Data Archive in the tablespace where the tables are stored.
Create a Flashback Data Archive in any suitable tablespace.
Enable Flashback Data Archiving for the tables that require tracking
第12题:
Set the UNDO_RETENTION parameter to AUTO.
Create an initial undo segment in undotablespace.
Set the UNDO_RETENTION parameter to 900 or more
Set the initialization parameter UNDO_MANAGEMENT to AUTO
Set the UNDO_MANAGEMENT parameter to the name of an undotablespace
第13题:
You need to maintain a record of all transactions on some tables for at least three years. Automatic undo management is enabled for the database. What must you do accomplish this task?()
第14题:
Which are the two prerequisites before setting up Flashback Data Archive? ()(Choose two.)
第15题:
You work as a database administrator for Certkiller .com. Users in the Certkiller .com PROD database complain about the slow response of transactions. While investigating the reason you find that the transactions are waiting for the undo segments to be available, and undo retention has been set to zero. What would you do to overcome this problem?()
第16题:
You are working as a DBA on the decision support system. There is a business requirement to track and store all transactions for at least three years for a few tables in the database. Automatic undo management is enabled in the database. Which configuration should you use to accomplish this task?()
第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?()
第18题:
Which two are the prerequisites to enable Flashback Data Archive?()
第19题:
Enable Flashback Data Archive for the tables.
Specify undo retention guarantee for the database.
Enable supplemental logging for the database.
Query V$UNDOSTAT to determine the amount of undo that will be generated and create an undo tablespace for that size.
Create Flashback Data Archive on the tablespace on which the tables are stored.
第20题:
Undo retention guarantee for the database must be configured.
Supplemental log must be enabled for the primary key.
Supplemental log must be enabled.
Execute permission on the DBMS_FLASHBACK package must be granted to the user.
第21题:
Enable supplemental logging for the database.
Specify undo retention guarantee for the database.
Create a Flashback Data Archive in the tablespace where the tables are stored.
Create a Flashback Data Archive in any suitable tablespace.
Enable Flashback Data Archiving for the tables that require tracking
第22题:
Database must be running in archivelog mode.
Automatic undo management must be enabled.
Undo retention guarantee must be enabled.
The tablespace on which the Flashback Data Archive is created must be managed with Automatic Segment Space Management (ASSM).
第23题:
ALTER DATABASE FLASHBACK ON
GRANT SELECT any transaction TO scott
GRANT EXECUTE ON dbms_flashback TO scott
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA
ALTER TABLESPACE undots1 RETENTION GUARANTEE
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS
第24题:
Supplemental log must be enabled
Supplemental log must be enabled for the primary key
Undo retention guarantee for the database must be configured
”EXECUTE “ permission on the DBMS_FLASHBACK package must be granted to the user