Hi ,
It is the best place to get help.So Pl.

I have got data (datalength 190,varchar2)in one table .
When I insert into one table (table-A)of varchar2(242), it got inserted
but when I do for another tableTable-B) having varchar2(243), It says that
" insert value is too long". and does not do.

The max extends for for table-B is 249. Is it something do with this?If yes, How can you increase that. It is in production.

Thanks in advance.