Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle view question
Hi,
The source table has a column which is varchar2(100). If I create a view new_view on the column as select substr(column_name, 1, 20) new_col from table, then "desc new_view" command shows size of new_col as 60 i.e. 3 times the intended size. Why is that? Is it because of multibyte characters?
Thanks,
Sameer.
Received on Wed Aug 03 2005 - 17:58:11 CDT
![]() |
![]() |