I am migrating from table A (DB A) to table B (DB B), an error occurs on 1 specific field that contains french characters (é, à, ..) and special characters (&, ', ..):
Exception in component tOracleOutput_1 java.sql.SQLException: ORA-12899: value too large for column "DB1"."COLUMN1"."COMMENT" (actual: 121, maximum: 118)
While querying the table from sql editor, the maximum length for the values is 100.
How can I insert these values into the new table without loosing the special and the french characters?