DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: PARMS parameter in RMAN BACKUP COMMAND

  1. #1
    Join Date
    Mar 2004
    Location
    INDIA
    Posts
    25

    PARMS parameter in RMAN BACKUP COMMAND

    Hi,

    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=


    Thanks

    Benazir

  2. #2
    Join Date
    Mar 2004
    Location
    INDIA
    Posts
    25

    PARMS parameter in RMAN BACKUP Command

    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 ; }

  3. #3
    Join Date
    Mar 2004
    Location
    INDIA
    Posts
    25
    I am using version 8i.

    Benazir

  4. #4
    Join Date
    Oct 2002
    Posts
    807
    Lookup OMINBACK's documentation. It should be specified there. The ENV parameter is typically dependent on your backup API.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width