REMOVE_MEMBER_TAG_ALL

The REMOVE_MEMBER_TAG_ALL function removes all member tags.

REMOVE_MEMBER_TAG_ALL Function

DBMS_DG.REMOVE_MEMBER_TAG_ALL(
     config_name          IN VARCHAR2,
     member_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.

member_name

The name of a member configuration file.

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.