Created
May 24, 2022 16:12
-
-
Save shadabshaukat/c433e38c5e245b4ad48a12de612ce301 to your computer and use it in GitHub Desktop.
Get_Lag_For_Replicat
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://pxxxxxxq.deployment.goldengate.us-ashburn-1.oci.oraclecloud.com/services/v2/replicats/<replicat name>/command" \ | |
-H 'Content-Type: application/json' \ | |
-H 'Accept: application/json' \ | |
-u 'user:password' \ | |
-d $'{ | |
"command": "GETLAG" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment