DbReplay "ORA-12899: value too large for column "
Hi to all,
we are testing database replay on oracle database 19c (19.0.0.0.0) from a Oracle database 11g (11.2.0.4).
This Dbreplay is executed with a capture of the activity from Oracle 11g, which has been reproduced in a Oracle Database 19c.
We are facing error "ORA-12899: value too large for column " in sentence:
(all identifiers are fictitious)
INSERT INTO TABLE_OBS (FEC,TEST,IDCEN,IDORG,EPI,OBS) VALUES (:ChFEC,:ChTEST,:ChIDCEN,:ChIDORG,:ChEPI,:ChOBS)
Column OBS is VARCHAR2(400 CHAR) so we think the error could be related if the column have different DATA_TYPE, BYTE or CHAR, in both environments,
but this does not seem to be the case.