rman_enabled

(Oracle only) Determines whether or not Replication Agent truncates old archive log files using the Oracle RMAN utility.

Note: This parameter is available only for Oracle.

Default

false

Values

true – enables truncation of archive log files using the Oracle RMAN utility.

false – disables truncation of archive log files using the Oracle RMAN utility.

Comments

  • If both the rman_enabled and pdb_archive_remove parameters are set to true, Replication Agent uses the Oracle RMAN utility to remove old archive redo log files from the path specified by the pdb_archive_path parameter. If the rman_enabled parameter is set to false but the pdb_archive_remove parameter is set to true, Replication Agent uses file system operations to remove old archive redo log files from the path specified by the pdb_archive_path parameter.

  • The Oracle RMAN utility must be installed on the same machine as Replication Agent and must be compatible with the Oracle database that contains the archive log files being truncated.

  • A change to the rman_enabled parameter will take effect only after Replication Agent is suspended and resumed.

Related reference
pdb_archive_remove
rman_password
rman_username