ORA-12899: value too large for column
Migrating a table from AIX using expdp 12.0.1.2 / ftp / to RHEL impdp 12.0.1.2 gives
ORA-12899: value too large for column MEMBER_ID (actual: 42, maximum: 18)
Both statements below from source show 18 for max length??????
select max(LENGTHB(MEMBER_ID)) from AETNADBA.PRIOR_AUTHORIZATIONS; -- <== BYTES
select max(LENGT(MEMBER_ID)) from AETNADBA.PRIOR_AUTHORIZATIONS; -- <== CHARS
Thanks