If Replication Agent for Oracle is running as a Windows service and the primary Oracle data server is installed on a separate machine, configure the archive and online redo log paths according to the Microsoft Windows Universal Naming Convention (UNC):
\\oracle_server_machine\oracle_log_path
where oracle_server_machine is where the primary Oracle data server resides, and oracle_log_path is the archive or redo log file. For example, to set the location of archive redo log files to the oracle directory on the machine named labratx64, enter:
1> ra_config pdb_archive_path, \\labratx64\oracle 2> go