Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-12899: value too large for column

2698065Jun 4 2015 — edited Jun 9 2015

Hi,

We imported a database dump into a blank database (Oracle 11.2.0) with Unicode AL32UTF8 character set. The actual character set of the database from where the dump was take is WE8MSWIN1252. This led to some loss of data.

ORA-12899: value too large for column "<COLUMN_NAME>" (actual: 36, maximum: 35)

I am trying to follow one document which seemed relevant (ORA-00904: : invalid identifier) but somehow can't find the table while running the statement :  drop table semantics$

Please advise.

Regards.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 7 2015
Added on Jun 4 2015
20 comments
43,797 views