GET_MEMBER_TAG

The GET_MEMBER_TAG function retrieves the value of a member tag.

GET_MEMBER_TAG Function

DBMS_DG.GET_MEMBER_TAG (
     config_name          IN VARCHAR2,
     member_name          IN VARCHAR2,
     tag_name             IN VARCHAR2,
     value                OUT 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.

tag_name

The name of a tag.

Usage Notes

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

Return Values

Error Description
value

The value of the tag.

severity

The severity associated with the status returned by this function.