Tag: zdm

Oracle ZDM and GoldenGate on Docker Container

http://database-heartbeat.com/2024/06/11/gg-docker-zdm-exacc/

GoldenGate Extract Status with Automation (API)

Here's a REST API call you can use to check the status of a GoldenGate extract, along with some details: Request Bash curl -u 'oggadmin:your_password' \ -X GET 'http://your_goldengate_host:9011/services/v2/extracts/your_extract_name/info/status' -u 'oggadmin:your_password': Replace oggadmin with your GoldenGate username and your_password with the corresponding password. These credentials are needed for authentication. -X GET: Indicates you're sending a … Continue reading GoldenGate Extract Status with Automation (API)