Show TOC

Initialization Profile init<DBSID>.sapLocate this document in the navigation structure

Definition

The initialization profile init<DBSID>.sap contains parameters that influence how the SAP tools perform various functions. It is usually stored in directory <ORACLE_HOME>/dbs (UNIX) or <ORACLE_HOME>\database (Windows).

Note

For installations with Oracle 11g (or higher) RAC or ASM, the profile is located in the directory $SAPDATA_HOME/sapprof.

Use

To configure the SAP tools BRBACKUP, BRARCHIVE, BRRESTORE, BRRECOVER, BRCONNECT, BRSPACE, and BRTOOLS, you must use the initialization profile init<DBSID>.sap. You can edit the file with a text editor. If you do not make any changes, the SAP tools use the default values for the parameters.

Before you use one of the SAP tools, find out exactly which parameters you have to configure. Pay particular attention to parameters without default values and parameters that have device-specific information or require special platform-specific commands.

Structure

The parameters and values in profile init<DBSID>.sap look as follows:

<Parameter> = <value>|(<value_list>)

where value_list = <value_1>,<value_2>

You separate the individual values in a value list by commas, and enclose the entire list in parentheses. You can use blanks between any symbols of such commands. If necessary, you can continue the parameter values can be continued on the next line (the line break is then treated as a blank). If a parameter value contains special characters such as space or $, you must enclose the value in double or single quotes, as in the following example:

rewind = "mt -f $ rewind"

If you are unsure, compare your input format with the format in the sample profile, /usr/sap/<SAPSID>/SYS/exe/run/initSID.sap, or the initialization profile, <ORACLE_HOME>/dbs/init<DBSID>.ora.

Integration

You can override many of the parameters in init <DBSID>.sap by using a command option when you call BRBACKUP, BRARCHIVE, BRCONNECT, BRRECOVER , BRSPACE, or BRRESTORE. For more information, see:

Changes to parameter values do not take effect until you call the corresponding tool.