Valid 1z0-062 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-062 Exam! ExamDiscuss.com now offer the newest 1z0-062 exam dumps, the ExamDiscuss.com 1z0-062 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-062 dumps with Test Engine here:
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? (Choose two.)
Correct Answer: D,E
Explanation/Reference: Explanation: E: By default, flashback archiving is disabled for any table. You can enable flashback archiving for a table if you have the FLASHBACK ARCHIVE object privilege on the Flashback Data Archive that you want to use for that table. D: Creating a Flashback Data Archive /Create a Flashback Data Archive with the CREATE FLASHBACK ARCHIVE statement, specifying the following: Name of the Flashback Data Archive Name of the first tablespace of the Flashback Data Archive (Optional) Maximum amount of space that the Flashback Data Archive can use in the first tablespace /Create a Flashback Data Archive named fla2 that uses tablespace tbs2, whose data will be retained for two years: CREATE FLASHBACK ARCHIVE fla2 TABLESPACE tbs2 RETENTION 2 YEAR;