Skip to Main Content

Oracle Database Discussions

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!

convert BYTE to CHAR

happy10319Jun 14 2012 — edited Jun 16 2012
Hi,
on 11g R2,

if a column1 is VARCHAR2(20 byte) and column2 is VARCHAR2(20 char) , which needs more disk space to be storaged (suppose we have just one row) ?

We are in non-unicode.

If I have MYTABLE (column1 VARCHAR2(20 byte)) how can I convert it to MYTABLE (column1 VARCHAR2(20 CHAR)) ?

Thank you.
This post has been answered by Pierre Forstmann on Jun 15 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2012
Added on Jun 14 2012
11 comments
31,936 views