VARCHAR2(xxx char) to VARCHAR2(xxx byte) conversion
We are also going changing from WE8ISO8859P1 to AL32UTF8.
In my attempts at upgrading i had a few issues with invalid characters that I've fixed in the source db but am still faced with a truncation issue on import into an empty tablespace. I know this is a character issue but I'm a little mistified on a way forward.
A little background - the original db was created using WE8ISO8859P1 and nls_length_sematics=byte. During a vendor product patch, it required nls_length_sematics=char. This was done and we have had several vendor patches applied since then. Looking at the current schema tables, all VARCHAR2 columns are set to VARCHAR2(xxx char).