set linesize 100 set pagesize 2000 column DATA_TYPE format A20 spool OnsiteSS.txt select tc.TABLE_NAME, tc.COLUMN_ID, tc.COLUMN_NAME from all_tab_columns tc where tc.owner='' order by 1,2; spool off