How Do I Find The Row Size In Oracle?
How Do I Find The Row Size In Oracle? if you’re interested in the average row length, you could analyze the table (with the DBMS_STATS package), then query ALL_TABLES. avg_row_len . It may return lower value than sum of column lengths in bytes. How do you determine the size of a table? Measure the length