How to calculate a row size of table [message #90763] |
Tue, 02 November 2004 21:15 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Anoop Rawat
Messages: 6 Registered: November 2004
|
Junior Member |
|
|
can anybody pls help me.
Suppose i want to calculate the rowsize of the following table .
can pls tell me what is the formula to calculate the rowsize of table.
And what is the formula to set pctfree and pctused.
TEST>desc e123
Name Null? Type
----------------------------------------- -------- --
ENAME VARCHAR2(10)
ENO NUMBER(2)
DOJ DATE
Regards
Anoop Rawat
|
|
|
|
|
|
Re: How to calculate a row size of table [message #90771 is a reply to message #90766] |
Fri, 12 November 2004 05:31 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Ravi Kanth Perepu
Messages: 8 Registered: August 2004
|
Junior Member |
|
|
Hi Anoop,
VSIZE returns the number of bytes in the internal representation of expr. If expr is null, then this function returns null.
its a oracle supplied function.
Note :- This function does not support CLOB data directly. However, CLOBs can be passed in as arguments through implicit data conversion.
Regards
Ravi
|
|
|
|