How do I get the maximum length or size of a column with a datatype long?
select vsize(select_string) from table

returns:
ERROR at line 1:
ORA-00997: illegal use of LONG datatype
Thanks.