DISABLE_CONFIGURATION

The DISABLE_CONFIGURATION function can be used to disable broker management of a configuration so that the so that the configuration and all of its databases are no longer managed by the broker.

DISABLE Function

DBMS_DG.DISABLE_CONFIGURATION (
     severity             OUT BINARY_INTEGER)
RETURN BINARY_INTEGER;

Parameters

Parameter Description
severity The severity associated with the status returned by this function. Severity will be one of the following Oracle error numbers:
  • ORA-0: normal, successful completion
  • ORA-16501: The Oracle Data Guard broker operation failed.
  • ORA-16502: The Oracle Data Guard broker operation succeeded with warnings.

Usage Notes

  • This function returns a binary integer.

  • This function can only be called while connected to a primary database.

Return Values

Error Description
ORA-00000: normal, successful completion

The member was successfully disabled.

Other

The Data Guard broker was unable to disable the member and the return value will indicate the reason for this failure.