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!

use CLOB to insert more than 4000 character in the column.

user590293Dec 21 2008 — edited Dec 22 2008
Hi ,

i am trying to insert 4000 character in one of the cloumn but still getting error that string is too long.

here what i did,

create table Test (meassage CLOB);

where CLOB is a datatype and message is column name.

now i am trying to insert into message(column) more that 4000 character data but still i am getting error STRING TOO LONG.


so i am not sure where i am wrong?


can you please assist me on that .... thanks in advance..



thanks...................
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2009
Added on Dec 21 2008
5 comments
15,891 views