Oracle
1Z0-034 · Question #49
You want to track and store all transactional changes to a table over its lifetime. To accomplish this task, you enabled Flashback Data Archive with the retention of 5 years. After some time, the…
The correct answer is D. All historical data older than three years is purged from the flashback archive FLA1. See the full explanation below for the reasoning.
Question
You want to track and store all transactional changes to a table over its lifetime. To accomplish this task, you enabled Flashback Data Archive with the retention of 5 years. After some time, the business requirement changed and you were asked to change the retention from 5 years to 3 years. To accomplish this, you issued the following command:
ALTER FLASHBACK ARCHIVE fla1 MODIFY RETENTION 3 YEAR; What is the implication of this command?
Options
- AThe command produces an error because the retention time cannot be reduced.
- BAll historical data is retained but the subsequent flashback data archives are maintained for only
- CAll historical data is purged and the new flashback data archives are maintained for three years.
- DAll historical data older than three years is purged from the flashback archive FLA1.
How the community answered
(64 responses)- A11% (7)
- B6% (4)
- C3% (2)
- D80% (51)
Community Discussion
No community discussion yet for this question.