Editing the Parameter File
Last updated
Last updated
The parameter file contains both values that you set during the installation process and values that are set by default. The default values are set in the master server. They include such values as the number of devices that can be used during a backup (BEX_MAXDRIVES) and whether to use encryption (BEX_ ENCRYPTION). For more information on these values, see . If you want to override any of these values when working with Oracle, do the following:
Using a text editor, open the file named job_name.BEX
located in the BEX product directory of the Oracle node. For UNIX, the file is named sbt11cfg.BEX.
Follow the instructions in this file which explain how to change values.
Using a text editor, open job_name.BEX
(for Windows) or sbt11cfg.BEX (for UNIX).
Find the line that contains BEX_MAXTASKS, and enter a space and then “2” directly after BEX_MAXTASKS on the same line.
Find the line that contains BEX_MAXDRIVES, and enter a space and then “2” directly after BEX_ MAXDRIVES on the same line.
This example also requires you to edit the RMAN backup script. In the RMAN backup script, you need to specify that two data streams will be sent at once. This is done by allocating two channels.