Sorry about the formatting. I rarely use SQLPlus, and just discovered its dos only for 11g.
SQL> select version from v$instance;
VERSION
-----------------
11.2.0.1.0
SQL> select table_name, column_name, data_type, data_length from dba_tab_cols wh
ere table_name in ('EMPLOYEE_REF'...