finding column data length
626015Mar 3 2008 — edited Mar 3 2008In sql server I can do
Select Max(DATALENGTH(col)) FROM Table
to get max datalength of a column. Is there a similiar function in oracle.
Also, I need to go through all rows of all tables of a db, is there a possible way to to that as well?
Thanks