Skip to content

Instantly share code, notes, and snippets.

@shadabshaukat
Created May 24, 2022 16:07
Show Gist options
  • Save shadabshaukat/0911695bab4f0bce7494a2e3262b5cbe to your computer and use it in GitHub Desktop.
Save shadabshaukat/0911695bab4f0bce7494a2e3262b5cbe to your computer and use it in GitHub Desktop.
Get_Lag_For_Extract
curl -X "POST" "https://pxxxxxxq.deployment.goldengate.us-ashburn-1.oci.oraclecloud.com/services/v2/extracts/<extract 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