Varchar2 datatype size problem
832089Jun 16 2011 — edited Jun 16 2011Hi,
I am facing a very strange issue in one of my client database. After describing the table, it is showing the column datatype as varchar2(320) but when we tried to enter the data in that column it allows me to insert only 1/4 i.e. 80 charcter. Here the value of NLS_LENGTH_SEMANTIC=CHAR at the database level. Even if we alter the column and modify it to varchar2(100) then after describing , it is showing as varchar2(400). Its very strange for me and I am not able to understand that why it is having the actual value of 1/4th of the mentioned value.
Any idea, which parameter is responsible for it ?
Regards,,
Dheeraj Vaish