1 – type-name
Specifies the type (MCS_BINARY or an MCS_BINARY subtype) of the file element you are modifying. See the Oracle CDD/Repository Information Model for more information on these types.
2 – element-name
Specifies the file element you are modifying.
3 – text
Modifies information. Within the DESCRIPTION clause, this is information documenting the file element; within the AUDIT clause, it is a history list entry. Valid delimiters are /* */ or double quotation marks (" "). You can use Japanese to document comments in the DESCRIPTION or AUDIT clause for a field. To do this, use the SET CHARACTER_SET command and set the character_set of the session to DEC_KANJI.
4 – property-name
Specifies the property you are adding, changing, or removing. You specify removal with the NO keyword.
5 – n
Modifies the value (numerical) set for a property.
6 – quoted-string
Modifies the value (a string enclosed in quotation marks) set for a property.