DG_ReleaseConfigOpts
Releases DataGuard's configuration function group.
int DG_ReleaseConfigOpts (
DG_ConfigOpts **opts
)
Parameters
Parameter |
Description |
Input/Output |
|---|---|---|
opts |
Indicates DataGuard's configuration function group. For details, see Table 2. |
Input |
Return Values
Success: 0 is returned.
Dependency
#include "data_guard_config.h": the header file where the API declaration is stored.
Example
#include "data_guard_config.h" DG_ReleaseConfigOpts(&opts); // Releases the DataGuard operation set constructed in section 3.1.1.
Parent topic: DataGuard APIs for Configuring an Operation Set