This post is part of a blog series.
Beyond SQLcl, DGMGRL, and the PL/SQL API, another key tool for managing Data Guard is Oracle REST Data Services (ORDS).
If your primary databases are set up with ORDS and accessible via REST (HTTPS), you can use REST calls to manage the Data Guard broker configuration. You can create configurations, add standby databases, modify properties, and more, all through standard REST requests.
Introduced in database version 21c and available with ORDS 21.4, this feature lets you easily automate Data Guard management within CI/CD pipelines or any tool that supports REST calls. ORDS also adds flexibility: by exposing only an HTTPS endpoint, you can manage Data Guard without opening SQL*Net ports, which may be preferable for security in some environments.
The REST API documentation for Data Guard is available here: https://docs.oracle.com/en/database/oracle/oracle-rest-data-services/25.4/orrst/api-data-guard.html
Latest posts by Ludovico (see all)
- Data Guard 26ai – #12: ORDS support for Data Guard - February 12, 2026
- Data Guard 26ai – #11: SQLcl support for Data Guard commands - February 10, 2026
- Data Guard 26ai – #10: Data Guard Broker PL/SQL API - February 9, 2026
