Export and import issues
I took my Oracle 9i export and importing into new Oracle 11g database. i.e objects are creating during import. When importing I see several tables are failing with the following error.
IMP-00019: row rejected due to ORACLE error 12899
IMP-00003: ORACLE error 12899 encountered
ORA-12899: value too large for column "FILE2"."OUT_FILE2_RESTATED"."WSALPHA" (actual: 41, maximum: 40)
Is this a problem with the character set?
I see the following character set difference in the logs.
Export Log:
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)