Skip to content

Instantly share code, notes, and snippets.

@shadabshaukat
Created May 22, 2022 16:05
Show Gist options
  • Save shadabshaukat/8f30e124e62a2db075e0257a9f8106b8 to your computer and use it in GitHub Desktop.
Save shadabshaukat/8f30e124e62a2db075e0257a9f8106b8 to your computer and use it in GitHub Desktop.
Add_Tran_Data_Source_Schema
curl -u <user>:"<password>" -H "Content-Type: application/json" -H "Accept: application/json" -X POST https://<deployment URL>:<port>/services/v2/connections/<domain>.<credential>/trandata/schema -d '{ "operation":"add", "schemaName":"<schema>" }'
curl -u <user>:"<password>"
-H "Content-Type: application/json"
-H "Accept: application/json"
-X POST https://pxxxxxq.deployment.goldengate.us-ashburn-1.oci.oraclecloud.com/services/v2/connections/OracleGoldenGate.ggashburn/trandata/schema -d '{ "operation":"add", "schemaName":"admin" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment