Show TOC

Syntax documentationprimary_db Locate this document in the navigation structure

This parameter is only relevant for Standby Database and Split Mirror Backup.

This parameter defines the connect string to the primary database instance so that BRBACKUP can log on to the primary database.

Syntax Syntax

  1. primary_db = <conn_name>
End of the code.

Default value: none

Possible value:

<conn_name>: connection name from TNSNAMES.ORA for the connect from the standby or split host to the primary (that is, production) database

Example Example

primary_db = C11_PRIM

End of the example.