查看某用户下的clob类型的表:WEBLOGIC用户为例子 select owner,table_name from dba_tab_cols where data_type='CLOB' and owner='WEBLOGIC';