FINDING SIZE of a VARCHAR2
I have some data stored in a database for which I would like to query what their length is. What would be the PLSQL statement to achieve this?
To be more precise: I will find out the size of all VARCHAR2 columns in all tables of my schema.
--
Christoph