Oracle GoldenGate · Arazzo Workflow
Oracle GoldenGate Create and Start Replicat With Checkpoint
Version 1.0.0
Create a credential alias, create a Replicat with a checkpoint table, and start it.
View Spec
View on GitHub
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time ReplicationArazzoWorkflows
Provider
Workflows
create-and-start-replicat-with-checkpoint
Register a credential, create a checkpointed Replicat, and start it.
Creates a credential alias, creates a parallel Replicat bound to that alias and a checkpoint table, and starts the process.
1
createCredential
createCredentialAlias
Create the credential alias the Replicat will use to connect to the target.
2
createReplicat
createReplicat
Create a parallel Replicat bound to the credential alias, the source trail, and the checkpoint table.
3
startReplicat
issueReplicatCommand
Issue a START command to the newly created Replicat process.