Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMAN backup with VERITAS

966638Feb 20 2017 — edited Feb 26 2017

Hi All,

   Recently we have installed new backup tool - Symantec Backup exec 16 ( Veritas)

   We have installed agent on Our DB server

   Version - 12.1.2.0

   OS - RHEL 6.4

  Now I want to configure RMAN backup to Tape directly instead of taking to disk then to tape. Please suggest the parameter need to in our script

  We were using TSM and taking to tape directly using below script.

run

{

allocate channel t1 type 'SBT_TAPE' parms="ENV=(TDPO_OPTFILE=tdpo.opt)";

allocate channel t2 type 'SBT_TAPE' parms="ENV=(TDPO_OPTFILE=tdpo.opt)";

allocate channel t3 type 'SBT_TAPE' parms="ENV=(TDPO_OPTFILE=tdpo.opt)";

backup as compressed backupset check logical incremental level 0 database format 'backup_%d_%I_set%s_piece%p';

}

Now instead if TSM tape, want to configure to Symantec/veritas backup. Please correct me with the required parameters and any pre-requisite I need to check.

Thanks,

Sal

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2017
Added on Feb 20 2017
4 comments
1,015 views