Valid 1z0-034 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-034 Exam! ExamDiscuss.com now offer the newest 1z0-034 exam dumps, the ExamDiscuss.com 1z0-034 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-034 dumps with Test Engine here:
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.)
Correct Answer: B,C,D
Explanation/Reference: Explanation: Purpose 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. --silent Ignore errors. Typically, if md_restore encounters an error, it stops. Specifying this flag ignores any errors. --full Specifies to create a disk group and restore metadata. --nodg 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 required with --newdg. -S sql_script_file Write SQL commands to the specified SQL script file instead of executing the commands. -G diskgroup Select the disk groups to be restored. If no disk groups are defined, then all disk groups are restored.