Oracle GoldenGate · Arazzo Workflow
Oracle GoldenGate Validate Credential Then Create Extract
Version 1.0.0
Create a credential alias, validate it can connect, and create an Extract that uses it.
View Spec
View on GitHub
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time ReplicationArazzoWorkflows
Provider
Workflows
validate-credential-then-extract
Create and validate a credential alias before creating an Extract that references it.
Creates a credential alias, validates it, and only creates the Extract when the alias is confirmed valid.
1
createCredential
createCredentialAlias
Create the credential alias in the supplied domain.
2
validateCredential
validateCredentialAlias
Validate the credential alias can connect, branching to create the Extract only when the result is valid.
3
createExtract
createExtract
Create a CDC Extract bound to the validated credential alias.