REMOVE_CONFIGURATION_TAG_ALL

The REMOVE_CONFIGURATION_TAG_ALL function removes all configuration tags.

REMOVE_CONFIGURATION_TAG_ALL Function

DBMS_DG.REMOVE_CONFIGURATION_TAG_ALL (
     config_name          IN VARCHAR2,
     severity             OUT BINARY_INTEGER)
RETURN BINARY_INTEGER;

Parameters

Parameter Description
config_name

The name of a configuration file. NULL for local configuration.

Usage Notes

  • This function returns a binary integer, an Oracle error number indicating whether the operation was successful.

Return Values

Error Description
severity

The severity associated with the status returned by this function.