Is this possible? Or at least I\'m looking to have a list of the size of all rows in a table.
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.
ALL_TABLES.avg_row_len