Oracle Distributed Database 12.2 Two-Database Replication Environment with Synchronous Captures - st
Streams cannot be used in 12.2 as per https://docs.oracle.com/database/121/STRMS/ap_res... .
I've found a documentation about 12.2 which gives an example on how to create Two-Database Replication Environment with Synchronous Captures - https://docs.oracle.com/en/database/oracle/oracle... . This example uses the DBMS_STREAMS_ADM.ADD_TABLE_RULES procedure to add table rules and fails with error 'ORA-26932: Streams configuration is not allowed in a container database' when tried.
I've setup two Oracle 12c(12.2) images on a docker with a CDB and a single PDB on each of them and configured both with all the setup steps of configuring net8, datalinks, parameter setup, streams, Archivelogs,... this step of replication on two databases with synchronous captures is failing.