Change OWCS 12c _Mungo columns to CHAR semantics
Hi there,
Oracle WebCenter Sites 12c creates _MUNGO tables with (in particular)
STRINGVALUE VARCHAR2(2000)
Flex assets using this column are usually applying a much lower character limit. For multi byte characters, this causes easily trouble because of unexpected limitations.
Oracle supports points out "any kind of changes to out of box table's definition would be considered as a customization and would fall out scope of Support".
Did somebody actually change to
STRINGVALUE VARCHAR2(2000 CHAR) ?
Did you notice any consequential issues?
Our flex assets limit the actual content for which multi byte strings might be entered to 100 characters.
We read in particular: