pdb_include_archives

NoteThis parameter is available only for Oracle.

Enables or disables the use of Oracle archive log files. This configuration is available for Oracle only.

Default

false

Values

true – Allows reading of the archived Oracle redo log files from the path specified by pdb_archive_path. The configuration of Oracle automatic archiving is supported under this mode. Removal of old archives logs (no longer needed to support replication) may be provided using configuration property pdb_archive_remove.

false – Only on-line redo logs files are read. Oracle automatic archiving must be disabled. The RepAgent executes Oracle archive commands to archive the redo logs once they are no longer needed for replication.

Comments