pdb_archive_remove

Enables or disables the removal of Oracle archived redo log files or UDB archived transaction logs from the path specified by pdb_archive_path.

NoteThis parameter is available only for Oracle and UDB.

Default

false

Values

true – Allows the removal of archived Oracle redo log and UDB archived transaction log files from the path specified by pdb_archive_path. Removal occurs based on the execution of command pdb_truncate_xlog, or the timing of automatic truncation based on parameters truncation_type and truncation_interval.

false – Disables the removal of archived Oracle redo log files or UDB archived transaction log files.

Comments

See also

pdb_archive_path, truncation_type, and truncation_interval configuration parameters, and the pdb_truncate_xlog command.