Oracle Database 12c: Installation and Administration — Question 102
Your production database uses file system storage. You want to move storage to Oracle Automatic Storage Management (ASM).
How would you achieve this?
Answer options
- A. by using a transportable database
- B. by using the Database Upgrade Assistant (DBUA)
- C. by using Data Pump
- D. by using RMAN
Correct answer: D
Explanation
The correct answer is D, as RMAN (Recovery Manager) can facilitate the migration of database files to ASM. Options A, B, and C do not specifically address the process of moving file system storage to ASM; instead, they serve different purposes such as database transport, upgrades, and data export/import.