Database Utilities (MOSC)

MOSC Banner

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center