Oracle GoldenGate · Arazzo Workflow
Oracle GoldenGate Restart Abended Extract
Version 1.0.0
Inspect an Extract's status and restart it only when it has abended.
View Spec
View on GitHub
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time ReplicationArazzoWorkflows
Provider
Workflows
restart-abended-extract
Restart an Extract only when its status reports abended.
Reads the Extract status, and if it has abended, starts it and polls until running; otherwise ends without action.
1
getStatus
getExtractStatus
Read the Extract status and branch based on whether it has abended.
2
restartExtract
issueExtractCommand
Issue a START command to recover the abended Extract.
3
pollStatus
getExtractStatus
Poll the Extract status until it reports running, looping while it is still starting.