REMOTE_ARCHIVE_ENABLE

Property Description
Parameter type String
Syntax REMOTE_ARCHIVE_ENABLE = { receive [, send] | false | true }
Default value true
Modifiable No

REMOTE_ARCHIVE_ENABLE enables or disables the sending of redo archival to remote destinations and the receipt of remotely archived redo.

Values:

  • receive

    Disables the sending of redo archival to remote destinations and enables the receipt of remotely archived redo.

  • send

    Enables the sending of redo archival to remote destinations and disables the receipt of remotely archived redo.

  • false

    Disables both the sending of redo archival to remote destinations and the receipt of remotely archived redo.

  • receive, send or true

    Enables both the sending of redo archival to remote destinations and the receipt of remotely archived redo.

Note:

This parameter is deprecated in favor of the LOG_ARCHIVE_CONFIG parameter. REMOTE_ARCHIVE_ENABLE is retained for backward compatibility only.