Oracle GoldenGate · Arazzo Workflow
Oracle GoldenGate Stop Replicat Gracefully
Version 1.0.0
Capture a Replicat's status, issue a STOP command, and poll until stopped.
View Spec
View on GitHub
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time ReplicationArazzoWorkflows
Provider
Workflows
stop-replicat-gracefully
Stop a running Replicat and confirm it reaches a stopped state.
Reads current status, issues STOP, and polls until the Replicat is stopped.
1
getStatus
getReplicatStatus
Capture the current runtime status of the Replicat before stopping it.
2
stopReplicat
issueReplicatCommand
Issue a STOP command to the Replicat process.
3
pollStopped
getReplicatStatus
Poll the Replicat status until it reports stopped, looping while it is still running.