I am planning to use Backup application “OMNIBACK”.
This application uses RMAN internally to manage the backups.
The backups will goes to tape.
I am concerned about the PARMS parameter, which can be used in RMAN Command Syntax to associate the tape drive.
What Value I provide to PARMS parameter (Omniback)?
For Example:
run {
allocate channel 'dev_0' type 'sbt_tape'
parms 'ENV=
Should this command work?
What changes we will do in the following command according to our requirement?
Thanks
Benazir
run {allocate channel 'dev_0' type 'sbt_tape' parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=RMAN81T,OB2BARLIST=test_full)'; backup incremental level filesperset 1 format 'test_full.dbf' database include current controlfile ; }
Bookmarks