Oracle Database Administration II — Question 19
Which three are true about transporting databases across platforms using Recovery Manager (RMAN) image copies? (Choose three.)
Answer options
- A. By default, the transported database will use Oracle Managed Files (OMF)
- B. Data files can be converted on the destination system.
- C. Data files can be converted on the source system.
- D. A new DBID is automatically created for the transported database.
- E. Databases can be transported between systems with different endian formats.
- F. The password file is automatically converted by RMAN.
Correct answer: B, C, E
Explanation
Options B, C, and E are correct because data files can indeed be converted on both the source and destination systems, and databases can be transported between systems that have different endian formats. The other options are incorrect as they either misstate the functionality of RMAN or describe features not applicable to the database transport process.