Oracle Database 12c: Installation and Administration — Question 87
Your production database PROD uses file system storage. You want to migrate storage including the Fast Recovery Area for the PROD database to Oracle
Automatic Storage Management (ASM) by using RMAN. You back up the entire database.
What should the next step be in this migration process?
Answer options
- A. enabling row movement for the database
- B. disabling Oracle Flashback Database if enabled
- C. opening the database in exclusive mode
- D. placing all tablespaces in read-only mode
Correct answer: B
Explanation
The correct answer is B because disabling Oracle Flashback Database is necessary before migrating to ASM, as it can interfere with the process. A, C, and D are not required steps in this migration and do not address the need to disable Flashback, making them incorrect choices.