Skip to Main Content

SQL & PL/SQL

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!

ora-12899 value too large for column

user10876711May 3 2010 — edited May 3 2010
Hi,

I am updating a table in one schema with data from a different schema in the same database

using following sample code

select substr(source_tbl_data, 1, 30) in cursor

& update trgt_tbl using cursor

. i am getting the ora-12899 value too large for column error. The char set is UTF 8 for the database.

I can not alter the column datatype from bytes to char, since the table is being used in many other places.

Can you suggest any alternative

Thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2010
Added on May 3 2010
4 comments
926 views