Issues on data pump on Oracle 19c
I got expdp dupm files from Oracle11g DB and Oracle 12c DB, with SCHEMAS=docadmin.
On my Oracle 19c DB, I got errors when I impdp it, same SCHEMAS=docadmin.
On source DB, I checked length(<those columns>) of table, mentioned on impdp log. They all were right, as table definition.
11g dump file impdp to 12c DB had NOT any error.
Thanks you for advise.
##Samples#####
ORA-02374: conversion error loading table "DOCADMIN"."TBLDOCUMENTS"
ORA-12899: value too large for column DOCTITLE (actual: 359, maximum: 255)
ORA-02372: data for row: DOCTITLE : 0X'BFBFBFBF20BFBFBF20BFBFBFBFBF20BFBFBF20BFBFBFBFBFBF'
ORA-02374: conversion error loading table "DOCADMIN"."TBLDOCUMENTS"