Database Administration (MOSC)

MOSC Banner

What's the best way to query the catalog to check varchar2 columns

What's the best way to query the catalog to determine if a varchar2 was declared with BYTE or CHAR length semantics. We're try to logical migrate a schema from 12c to 19c where the CHARACTER_SET is going from WE9ISO8859P9 to UTF8 and so some characters become two or more bytes. So our thought is to update the definition in the source system from BYTE to CHAR for those varchar2 columns that have issues.

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