Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Row Length
For an INDEX , How is the row length to be determined ?
Thanks so much
> -----Original Message-----
> From: dgoulet_at_vicr.com [SMTP:dgoulet_at_vicr.com]
> Sent: Thursday, October 04, 2001 3:50 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Re:Row Length
>
> Try using
>
> select
> avg(nvl(vsize(<column_name>),1)+nvl(vsize(<column_name>),1)+.....)
> from
> <table_name>;
>
> And yes columns that have a null value do mess things up.
>
> Dick Goulet
>
> ____________________Reply Separator____________________
> Author: "VIVEK_SHARMA" <VIVEK_SHARMA_at_infy.com>
> Date: 10/3/2001 1:50 PM
>
>
> How is the the Length of any ROW in a Table/Index Manually Calculated
> ?
> NOTE - Corresponding Table's Feild Definitions are known
>
> Do Data Values within the Fields / Null cause Different ROW Lengths ?
>
> NOTE I do know about Feild AVG_ROW_LEN of sys.dba_tables which is
> populated on ANALYZE
>
>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: VIVEK_SHARMA INET: VIVEK_SHARMA_at_infy.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Oct 04 2001 - 13:12:41 CDT
![]() |
![]() |