Database Administration (MOSC)

MOSC Banner

ORA-12899: value too large for column

edited Jun 25, 2016 5:05AM in Database Administration (MOSC) 5 commentsAnswered

In one of the ODI job, we are getting following error :

Caused By: java.sql.SQLException: ORA-12899: value too large for column "XXXX"."I$_W_XXXXX_F"."PICK_29" (actual: 90, maximum: 30)

We have cross verified source and target table structure and we didn't find any difference for PICK_29 column.

Also, we tried running following sql query on source table to see maximum length character present in this column.

select max(length(pick_29)) from W_XXXXX_DS; //27

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