Using bpdbsbora to run a recovery template
The bpdbsbora command lets you run a recovery template that the NetBackup Recovery Wizard creates.
At the command prompt, type this command and the following options:
bpdbsbora -restore -r -t [/path/]templ_name.tpl [-L progress_file]
Where:
-restore | Specifies the template type. |
-r | Runs the template. |
-t templ_name.tpl | Specifies the full-path name of the template file that you want to use. Unlike backup templates, restore templates do not reside in a predetermined location on the master server. They are considered to be temporary in nature and should reside on the client. If the full path is not specified as part of the restore template name, the file might not be found. |
-L progress_file | Optional. Specifies a run-time process log. Enclose progress_file in quotation marks (" ") if they contain space characters. |
For example:
For Windows:
bpdbsbora -restore -r -t install_path\oracle\restore_templs\ORCL_MON_Full.tpl
For UNIX:
bpdbsbora -restore -r -t /oracle/restore_templs/ORCL_MON_Full.tpl