1Z0-034 · Question #127
You are managing an Oracle Database 11g instance with ASM storage. You lost an ASM disk group DATA. You have RMAN backup of data as well as ASM metadata backup. You want to re- create the missing…
The correct answer is B. Restore the disk group with the exact configuration as the backed-up disk group, using the same C. Restore the disk group with changed disk group specification, failure group specification, disk D. Restore metadata in an existing disk group by passing the existing disk group name as an input. The md_restore command restores disk groups from a metadata backup file. Syntax and Description md_restore backup_file [--silent] [--full|--nodg|--newdg -o 'old_diskgroup:new_diskgroup [,...]'] [-S sql_script_file] [-G 'diskgroup [,diskgroup...]'] backup_file Reads the metadata…
Question
You are managing an Oracle Database 11g instance with ASM storage. You lost an ASM disk group DATA. You have RMAN backup of data as well as ASM metadata backup. You want to re- create the missing disk group by using the ASMCMD md_restore command. Which of these methods would you use to achieve this? (Choose all that apply.)
Options
- ARestore the disk group with the exact configuration as the backed-up disk group, using the same
- BRestore the disk group with the exact configuration as the backed-up disk group, using the same
- CRestore the disk group with changed disk group specification, failure group specification, disk
- DRestore metadata in an existing disk group by passing the existing disk group name as an input
How the community answered
(35 responses)- A17% (6)
- B83% (29)
Explanation
The md_restore command restores disk groups from a metadata backup file. Syntax and Description md_restore backup_file [--silent] [--full|--nodg|--newdg -o 'old_diskgroup:new_diskgroup [,...]'] [-S sql_script_file] [-G 'diskgroup [,diskgroup...]'] backup_file Reads the metadata information from backup_file. Ignore errors. Typically, if md_restore encounters an error, it stops. Specifying this flag ignores Specifies to create a disk group and restore metadata. Specifies to restore metadata only. --newdg -o old_diskgroup:new_diskgroup] Specifies to create a disk group with a different name when restoring metadata. The -o option is -S sql_script_file Write SQL commands to the specified SQL script file instead of executing the commands. Select the disk groups to be restored. If no disk groups are defined, then all disk groups are
Topics
Community Discussion
No community discussion yet for this question.