Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Materialized view column length is 3 times
No oracle version again!
Let me guess:
Here is an example (sorry about the formatting):
ORA92> select COLUMN_NAME, DATA_TYPE, DATA_LENGTH from user_tab_columns where table_name = 'MYTAB';
COLUMN_NAME DATA_TYPEDATA_LENGTH
------------------------------ ------------------------------ ----------- A VARCHAR2 30 B VARCHAR2
ORA92> desc mytab
Name
Null? Type
COLUMN_NAME DATA_TYPEDATA_LENGTH CHAR_LENGTH
------------------------------ ------------------------------ ----------- ----------- A VARCHAR2 30 10 B VARCHAR2 60 20
Anurag Received on Mon Mar 14 2005 - 15:27:10 CST
![]() |
![]() |