Space utilisation for number. [message #198967] |
Thu, 19 October 2006 07:38 |
msgforsunil
Messages: 26 Registered: November 2005
|
Junior Member |
|
|
Hi All,
After creating the following table.
create table NUMBERTEST (x integer, y number(38), z number(20,0), w number(2)) ;
If you see that y is declared as number(38). Would each value in this field actually occupy 38 bytes or would it occupy only it needs? In the sense would it behave like varchar2?
By the way, how do I find the space utilisation for a table?
Thanks,
Sunil
|
|
|
|
|