19.2 Enabling Data Replication

Data Replication on the Master and Clone data centers is enabled by default. Setting the flag -Doracle.oam.EnableMDCReplication to true is not mandatory.
Validate the Replication REST endpoints in Master and Clone data centers as follows:
  1. Validate that the REST endpoints are enabled in the Master data center.

    curl -u weblogic:password 'https://supplier.example.com:7002/oam/services/rest/_replication/hello
    
  2. Validate that the REST endpoints are enabled in the Clone data center.

    curl -u weblogic:password 'https://supplier.example.com:7002/oam/services/rest/_replication/hello
    
  3. Repeat the process of validation on all Clone data centers.