SAP Oracle SBT Parameters

The following table defines the SAP on Oracle initialization profile (init<SID>.sap) file parameters that you use when you perform command line jobs.

Parameter

Example

Description

CvClientName

RMAN_PARMS="SBT_LIBRARY=,BLKSIZE=1048576,ENV=(CvClientName=SDE-RAC1,CvInstanceName=Instance001)"

The name of the client defined in the CommCell Console.

Use this parameter in a clustered environment and set it to the virtual client name in the CommCell Console.

CvInstanceName

RMAN_PARMS="SBT_LIBRARY=,BLKSIZE=1048576,ENV=(CvClientName=SDE-RAC1,CvInstanceName=Instance001)"

The name of the Commvault installed instance.

This parameter is optional.

When there are multiple software instances, the first installed instance is 'Instance001'.

CV_restCopyPrec

RMAN_PARMS="SBT_LIBRARY=,BLKSIZE=1048576,ENV=(CvClientName=SDE-RAC1,CvInstanceName=Instance001,CV_restCopyPrec=3)"

The copy precedence of the backup storage policy copy that you want to restore.

This parameter is optional.

CvSrcClientName

RMAN_PARMS="SBT_LIBRARY=,BLKSIZE=1048576,ENV=(CvClientName=SDE-SAPVM2,CvInstanceName=Instance001,CvSrcClientName=SDE-RAC1)"

The name of the source client defined in the CommCell Console, that contains the backup pieces for restores.

Use this parameter for cross-machine or duplicate restores in which you may have conflicting backup pieces between the two Oracle instances on different clients.

BLKSIZE

RMAN_PARMS="SBT_LIBRARY=,BLKSIZE=1048576,ENV=(CvClientName=SDE-RAC1,CvInstanceName=Instance001)"

The number of bytes of data that the database reads for backup and restore operations.

SelectiveOnlineFull

RMAN_PARMS="SBT_LIBRARY=,BLKSIZE=1048576,ENV=(CvClientName=SDE-RAC1,CvInstanceName=Instance001,SelectiveOnlineFull=1)"

The option to enable selective online full third party command line backups.

Note: You must run a full backup by using the RMAN_UTIL device type, followed by a log backup before you use the SelectiveOnlineFull option.

CvQcmdTokenFile

RMAN_PARMS="SBT_LIBRARY=/opt/commvault/Base64/libobk.a(shr.o),BLKSIZE=1048576,ENV=(CvClientName=dbserveaix4,CvInstanceName=Instance001,CvQcmdTokenFile=/tmp/tokenfile)

You must use this parameter when the CommCell Console authenticates the user that initiates the command line backup or restore job. You can specify this in the file when you use the RMAN_UTIL interface. For information on configuring CommCell Console authentication, see Enabling CommCell Console Authentication of Third Party Command Line Jobs.

The parameter value is the token file that you generate by running the qlogin command with the -f option. For information on running the qlogin command to generate a token file, see qlogin.

CvOraSbtParms

RMAN_PARMS="SBT_LIBRARY=/opt/commvault/Base64/libobk.a(shr.o),BLKSIZE=1048576,ENV=(CvClientName=dbserveaix4,CvInstanceName=Instance001,CvOraSbtParms=D:\sbt_parm_file)

The path to the media parameters, or token file.

If you use the util_file interface, you can specify this file in the init<SID>.util file.

If you use the RMAN_UTIL interface, you can specify this file in the init<SID>.sap file.

Command line backups use storage policy and data path specified in the CommCell Console SAP Oracle database instance by default.

You can override the CommCell Console parameters by specifying media and SBT parameters in the script.

For more information, see Specifying the Media Parameters for BR*Tools Command Line Operations.

When the CommCell Console authenticates he user that initiates the command line backup or restore job and you use the util_file or util_file_online interface, set this parameter to the token file that you generate by running the qlogin command with the -f option. For information on running the qlogin command to generate a token file, see qlogin.

Supported SAP Oracle Util File Parameters

Sap Oracle Media Parameters

Loading...