ORACLE -BASE - Export CLOB. ... declare l_clob clob; begin -- get lob locator select col1 into l_clob from tab1 where rownum = 1; clob_to_file(p_clob ...
確定! 回上一頁