1、查看报错
select sysdate,t.* from SYS.USER_ERRORS t;
2、clob转字符串
select dbms_lob.substr(i.SQL_FULLTEXT) from v$SQL i where rownum<5