It appears that avg_row_len goes hand in hand with num_rows, if there is no data to be averaged then you will get a 0.
MH
SQL>select owner, table_name,AVG_ROW_LEN, NUM_ROWS
from dba_tables
where owner='X-Mas_poo'
ORDER BY 3
|
Results 1 to 10 of 16
Thread: avg_row_len zero ! urgentThreaded View
|
Click Here to Expand Forum to Full Width |