Net services names for the standby database.
BACKUP_CONTROL_FILE_COPY_LOCATION
A location on a source volume where a copy of the current control file is made
before a ZDB to disk. This is optional and if not specified, ob2rman.pl will
copy the copy of the control file from the application system to the backup system
when it is needed. Thus, you do not need to create an additional disk for this
location if you do not need the control file copy on a replica.
PARAMETER_FILE
Full pathname of the PFILE residing on the application system. This is optional
and used if backup method is backup set and the database instance uses PFILE
(and not SPFILE).
BACKUP_SYSTEM
Name of the backup system.
The message *RETVAL*0 indicates successful configuration, even if followed by
additional messages.
Example
The following example represents configuration on HP-UX or Solaris of an Oracle
database and its recovery catalog with the backup set method used and the parameter
file location specified.
The following names are used in the example:
• database name: oracl
• primary user name: system
• primary password: manager
• primary net service name 1: netservice1
• primary net service name 2: netservice2
• recovery catalog user name: rman
• recovery catalog password: manager
• recovery catalog net service name: catservice
• backup system name: bcksys
Syntax
/opt/omni/lbin/util_oracle8.pl -config -dbname oracl -orahome
/app10g/oracle10g/product/10.1.0 -prmuser system -prmpasswd
manager -prmservice netservice1,netservice2 -rcuser rman
-rcpasswd manager -rcservice catservice -zdb_method BACKUP_SET
Data Protector Oracle ZDB integration68