Which three are true about requirements for various FLASHBACK operations? (Choose three.)
A, B, F
Which two are prerequisites for performing Flashback Transaction?
B, D
choose one You enable Flashback Data Archive for a table for which you want to track and save all
transactions for four years. After some time, the requirement changes for keeping transactions from
four to two years. You execute the following command to change the requirement: SQL> ALTER
FLASHBACK ARCHIVE fdal MODIFY RETENTION 2 YEAR; What is the outcome?
A
Which three statements are true about Flashback Data Archive?
C, D, E
Examine the statements that use flashback technologies:
FLASHBACK TABLE customers TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYYMMDD
HH:MI:SS');
SELECT * FROM customers AS OF SCN 123456;
FLASHBACK TABLE customers TO BEFORE DROP;
FLASHBACK DATABASE TO TIMESTAMP TO_TIMESTAMP('2013-02-04 09:30:00', 'YYYY-MM-DD
HH:MI:SS');
SELECT * FROM customers VERSIONS BETWEEN SCN 123456 AND 123999;
ALTER TABLE customers FLASHBACK ARCHIVE; Which set ofstatements depends on the availability of
relevant undo data in the undo tablespace?
B
You accidentally drop the CUSTOMERS table, and then recover it by using the FLASHBACK TABLE
command. Which two statements are true about the dependent objects of the CUSTOMERS table?
C, D
Which two are true about common objects? (Choose two.)
D
Which two are true about the Automatic Database Diasnostic Monitor (ADDM)? (Choose two.)
B, C
You notice performance degradation in your production Oracle 12c database. You want to know what
caused this performance difference. Which method or feature should you use?
B
You notice that the performance of your production 24/7 Oracle 12c database has significantly
degraded. Sometimes you are not able to connect to the instance because it hangs. You do not want
to restart the database instance. How can you detect the cause of the degraded performance?
B