ORA-02374: conversion error loading table
Hi All
Importing a dump file created in 18c to a DB in 12c.
Getting this error:
ORA-02372: data for row: PORT_IN_RESPONSE : 0X'7B2265746C41637469766174696F6E4964223A223435316336'
ORA-02374: conversion error loading table "ORA_QA"."T_ETL_ACTIVATION_PORTIN"
ORA-12899: value too large for column PORT_IN_RESPONSE (actual: 911, maximum: 400)
ORA-02372: data for row: PORT_IN_RESPONSE : 0X'7B2265746C41637469766174696F6E4964223A226133326536'
ORA-02374: conversion error loading table "ORA_QA"."T_ETL_ACTIVATION_PORTIN"
ORA-12899: value too large for column PORT_IN_RESPONSE (actual: 995, maximum: 400)
any ideas?