Have a record which is having Cyrillic characters in it along with the english characters in MySql with datatype varchar(30). Getting "value too large" error while loading same through Informatica 9.6.1 to Oracle database having column datatype as varchar2(30). Could anyone explain it why is it happening like that. In both the DBs charset is UTF8.
For eg, data in mySQl is 'Александровском 2022'. Loading same to Oracle DB, getting below error:
ORA-12899: value too large for column "DB"."USER_DETAILS"."AUTHORITY_NAME" (actual: 31, maximum: 30)