Created
May 24, 2022 16:44
-
-
Save shadabshaukat/3810d6b928cf29d9c6b9dadea5d19804 to your computer and use it in GitHub Desktop.
Create_Alias
This file contains hidden or 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 -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