Add a Replicat for MongoDB
Learn to add a Replicat process for a MongoDB target.
Add a Replicat (23ai)
Before you add and run a Replicat, ensure that you first review details specific to this target
type.
To add a Replicat for
MongoDB:
Add a Replicat (21c)
Learn to add a Replicat process for a MongoDB target.
To add a Replicat for a MongoDB target in Oracle GoldenGate
21c:
You return to the Administration Service Overview page where
you can view the creation of the Replicat process and access Replicat Actions.
Known issues
MongoDB, DocumentDB, and Oracle JSON Collection TLS Security Protocol
The MongoDB Replicat, DocumentDB Replicat, or Oracle JSON Collection
connection fails with the following error in the Report
file:
Error: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Workaround: Add the following property to your Properties file, update
<connection_ocid> with your connection OCID and keep the rest
as is.
jvm.bootoptions=-Djavax.net.ssl.trustStore=/u02/connections/<connection_ocid>/truststore.pkcs12 -Djavax.net.ssl.trustStorePassword=Welcome123