During impdp experienced characterset related problem
Hi
I created dumfile by expdp from Oracle 11.2.0.1 in windows platform. characterset was WE8MSWIN1252 and
then impdp the dumpfile in Oracle 12.2.0.1 in Oracle Linux 7.6 platform. characterset was AL32UTF8.
During running the impdp I found some errors like 'ORA-02374: conversion' for many tables for particular column. some errors as under :
ORA-02374: conversion error loading table "BPL"."BPLDATA"
ORA-12899: value too large for column PROPNO (actual: 18, maximum: 15)
ORA-02372: data for row: PROPNO : 0X'BF43D6494B2C0A43D64D575A204A56'
In my short observation I noticed that data type is varchar2 and practically field width in source and target database has length 15 characters.