dbms_lob.createTemporary(lob_loc => l_clob, cache => false); dbms_lob.converttoclob(dest_lob => l_clob, src_blob => p_blob, amount => dbms_lob.lobmaxsize, dest_offset => l_dest_offsset, src_offset => l_src_offsset, blob_csid => dbms_lob.default_csid, lang_context => l_lang_context, warning => l_warning);
Need help in converting above code from oracle to postgres
submitted by /u/Training-Detective93
[link] [comments]
Go to Source of this post
Author Of this post: /u/Training-Detective93
Title Of post: oracle to postgres blob to clob
Author Link: {authorlink}