SELECT COLUMN_NAME, DATA_TYPE||'('||DATA_LENGTH||')'FROM USER_TAB_COLUMNS
where table_name=upper('表名') and column_name=upper('字段名')
ORDER BY NULLABLE