Oracle GoldenGate · Arazzo Workflow
Oracle GoldenGate Provision Extract Pipeline
Version 1.0.0
Create a credential alias, create an Extract process, start it, and poll until running.
View Spec
View on GitHub
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time ReplicationArazzoWorkflows
Provider
Workflows
provision-extract-pipeline
Register a credential alias then create, start, and verify an Extract process.
Creates a credential alias in a domain, creates a CDC Extract that uses it, starts the Extract, and confirms it reaches a running state.
1
createCredential
createCredentialAlias
Create the credential alias the Extract will use to connect to the source database.
2
createExtract
createExtract
Create a change-data-capture Extract that references the credential alias and writes to the supplied trail.
3
startExtract
issueExtractCommand
Issue a START command to the newly created Extract process.
4
pollStatus
getExtractStatus
Poll the Extract runtime status until it reports running, branching back to retry while it is still starting.