Skip to content

Instantly share code, notes, and snippets.

@shadabshaukat
Created May 24, 2022 16:44
Show Gist options
  • Save shadabshaukat/3810d6b928cf29d9c6b9dadea5d19804 to your computer and use it in GitHub Desktop.
Save shadabshaukat/3810d6b928cf29d9c6b9dadea5d19804 to your computer and use it in GitHub Desktop.
Create_Alias
curl -X "POST" "https://pxxxxxxxq.deployment.goldengate.us-ashburn-1.oci.oraclecloud.com/services/v2/credentials/{domain}/{alias} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-u 'user:password' \
-d $'{
"userid": "oggadmin@//localhost:1521/ORCL",
"password": "oggadmin"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment