Binding

The Binding configurable property specifies whether the destination is MANDATORY or OPTIONAL.

Category Description

Datatype

String

Valid values

  • MANDATORY

    You can specify a policy for reuse of online redo log files using the MANDATORY value. If the archiving operation of a mandatory destination fails, online redo log files cannot be overwritten.

  • OPTIONAL

    You can specify a policy for reuse of online redo log files using the OPTIONAL value. If the archiving operation of an optional destination fails, the online redo log files are overwritten.

Broker default

OPTIONAL

Imported?

No

Parameter class

Dynamic

Role

Standby database, Recovery Appliance, far sync instanceFoot 1

Standby type

Physical, logical, or snapshot standby, far sync instance, Recovery Appliance

Corresponds to

  • MANDATORY and OPTIONAL attributes for the LOG_ARCHIVE_DEST_n initialization parameter of the database or far sync instance that is sending redo data

  • BINDING column of the V$ARCHIVE_DEST view of the database or far sync instance that is sending redo data

Scope

Member

Cloud Control name

Not applicable

Footnote 1

Although this property is set for the redo destination, it is indirectly related to the redo transport services for the database or far sync instance that is sending redo data. The broker propagates the setting you specify to the corresponding attributes of the LOG_ARCHIVE_DEST_n value of the database or far sync instance that is sending redo data.