Identifies the directory path where Replication Agent expects to find archived redo log files. When archived redo log files or archived transaction log files are stored in the file system, the configuration parameter is set to a file system path.
ORACLE_HOME\oradata\orcl\archive
pdb_archive_path=+DISK_GROUP1/database_nameYou can also set pdb_truncate_xlog to manually remove archive logs. Set the pdb_archive_path to the ASM disk group name, and precede the archive logs to be manually removed with a plus "+" sign.
You must set pdb_archive_path when configuration parameter pdb_include_archives is set to true, and you must set it to a valid location before Replication Agent can be placed in a Replicating state.
If Replication Agent cannot find an expected log record in the Oracle online redo logs, Replication Agent will search this directory for the archived log file containing the required record.