oracle查询表结构 2015/07/02 15552 select COLUMN_NAME ,DATA_TYPE FROM user_tab_columns t where t.TABLE_NAME = '表名' 注意表名大写