select DATA_LENGTH from user_tab_columns where table_name='表名' and column_name='字段名'
其中表名和字段名用英文半角大写字母。比如以下这句就是查emp表的ename字段长度: