SELECT column_name FROM user_tab_columns where table_name = upper('表名');
select * from DBA_TAB_COLUMNS where COLUMN_NAME='字段名';