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