How to change default behaviour of varchar2 from BYTE to CHAR ???
795356May 25 2011 — edited May 25 2011Hii All,
Currently when we create a table with varchar2 column its taking size in bytes. But today we are getting Latin characters where some characters occupy 3 bytes for each character.
So,we have planned to change all our varchar2(20 bytes) to varchar2(20 char) manualy.Please suggest some alternative. Is there any setting at DB level or session level so that whenever we create a table with varchar2 column by default it takes char instead of bytes???
Pls help me.
Regards
RGH