1Z0-083 · Question #268
You take your database backups by using the RMAN media management interface (MMI). Which two are true about the use of the RMAN MMI?
The correct answer is C. You can use it to create backup sets for database files. D. You can use it to create proxy copies for database files. RMAN's Media Management Interface (MMI) exists specifically to communicate with third-party media managers (such as tape libraries), enabling two types of operations on database files: backup sets (C) and proxy copies (D). Backup sets are the standard RMAN output format written…
Question
You take your database backups by using the RMAN media management interface (MMI). Which two are true about the use of the RMAN MMI?
Options
- AYou can use it to create image copies for entire file systems.
- BYou can use it to create image copies for database files.
- CYou can use it to create backup sets for database files.
- DYou can use it to create proxy copies for database files.
- EYou can use it to create proxy copies for entire file systems.
How the community answered
(38 responses)- A5% (2)
- B3% (1)
- C82% (31)
- E11% (4)
Explanation
RMAN's Media Management Interface (MMI) exists specifically to communicate with third-party media managers (such as tape libraries), enabling two types of operations on database files: backup sets (C) and proxy copies (D). Backup sets are the standard RMAN output format written via the media manager, while proxy copies delegate the actual data transfer to the media manager itself - both are legitimate MMI functions.
Why the distractors are wrong:
- A & B (image copies): Image copies are sector-for-sector duplicates written directly to disk - they bypass the MMI entirely and cannot be sent to a media manager.
- E (proxy copies for entire file systems): RMAN and its MMI operate at the Oracle database file level (datafiles, control files, archivelogs), not at the OS file-system level. Backing up arbitrary file systems is outside RMAN's scope.
Memory tip: Think of the MMI as the "tape/media handshake" - it only speaks in RMAN's two media-manager-compatible formats: Backup Sets and Proxy copies (BSP), and only for database files, never raw file systems. If something involves image copies or file systems, the MMI is not involved.
Topics
Community Discussion
No community discussion yet for this question.