Oracle GoldenGate · Arazzo Workflow
Oracle GoldenGate Tear Down Extract
Version 1.0.0
Stop an Extract, wait until it is stopped, then delete it.
View Spec
View on GitHub
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time ReplicationArazzoWorkflows
Provider
Workflows
teardown-extract
Stop and confirm an Extract is stopped before deleting it.
Issues STOP, polls until the Extract is stopped, then deletes the process.
1
stopExtract
issueExtractCommand
Issue a STOP command to the Extract before deletion.
2
pollStopped
getExtractStatus
Poll the Extract status until it reports stopped, looping while it is still running.
3
deleteExtract
deleteExtract
Delete the Extract process now that it is confirmed stopped.