impdp errors with: ORA-02374: conversion error loading table
Hello,
Source DB is 19c Patchlevel 16 with AL32UTF8
Target DB is 19c Patchlevel 26 with AL32UTF8
The import log shows thousands of error messages like this for different tables:
ORA-02374: conversion error loading table "OABS"."JMWK20"
ORA-12899: value too large for column DATEN1 (actual: 4000, maximum: 4000)
ORA-02372: data for row: DATEN1 : '240464050001G1001017
about 8000 rows out of 100 000 rows are not imported.
Column tpye is: VARCHAR2(4000 CHAR)
How can I import theses rows?
kind regards Martin