CREATE OR REPLACE FUNCTION V2B(l_var IN varchar2) RETURN BLOB IS c_clob CLOB := to_clob(l_var); b_blob BLOB; b_len number ...
確定! 回上一頁