in reply to Re^2: Finding column info from Oracle tablesin thread Finding column info from Oracle tables
select column_name,data_type from user_tab_columns where table_name='<your tablename>'