Oracle WebCenter Sites (MOSC)

MOSC Banner

Change OWCS 12c _Mungo columns to CHAR semantics

edited Feb 25, 2019 4:48PM in Oracle WebCenter Sites (MOSC) 2 commentsAnswered ✓

  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:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center