Pretty Print JSON in PL/SQL ... l_blob := clob_to_blob(p_clob);. select JSON_SERIALIZE(l_blob returning clob PRETTY) into l_clob from dual;.
確定! 回上一頁