SET_SEC_GRP_ATTR
Adds a section group-specific attribute to a section group identified by name.
Also used to set xml_enable to support XML awareness.
Syntax
CTX_DDL.SET_SEC_GRP_ATTR(
group_name IN VARCHAR2,
attribute_name IN VARCHAR2,
attribute_value IN VARCHAR2
);
group_name
Specify the name of the section group.
attribute_name
Specify the name of the section group attribute.
attribute_value
Specify the section group attribute value. The following are the attributes with their supported values:
xml_enable: Specify boolean values asTRUEorFALSE,TorF,YESorNO,YorN,ONorOFF, or1or0.