Created
May 22, 2022 16:05
-
-
Save shadabshaukat/8f30e124e62a2db075e0257a9f8106b8 to your computer and use it in GitHub Desktop.
Add_Tran_Data_Source_Schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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