使用下面函数将CLOB转成字符串DBMS_LOB.substr(t.clob_fild,6000,1)例如:select DBMS_LOB.substr(t.clob_fild,6000,1) from tab