ADD_SEC_GRP_ATTR_VAL
Adds a section group attribute value to the list of values of an already existing section group attribute.
Syntax
CTX_DDL.ADD_SEC_GRP_ATTR_VAL(
group_name IN VARCHAR2,
attribute_name IN VARCHAR2,
attribute_value IN VARCHAR2
);
group_name
Specify the section group name.
attribute_name
Specify the name of the section group attribute.
attribute_value
Specify the section group attribute value.