{"id":131,"date":"2009-04-24T13:52:00","date_gmt":"2009-04-24T16:52:00","guid":{"rendered":"http:\/\/www.soudba.com.br\/?p=131"},"modified":"2009-04-24T13:52:00","modified_gmt":"2009-04-24T16:52:00","slug":"exemplo-utl_file","status":"publish","type":"post","link":"https:\/\/www.soudba.com.br\/?p=131","title":{"rendered":"Exemplo UTL_FILE"},"content":{"rendered":"<p>create or replace procedure criaarquivo (<br \/>  path       in varchar2,<br \/>  filename   in varchar2<br \/>  )<br \/>is<br \/>    output_file  utl_file.file_type;<br \/>begin<br \/>    output_file := utl_file.fopen (path,filename, &#8216;W&#8217;);<\/p>\n<p>    for cur_rec in (select linhas from TTCPJ order by codigo) loop<br \/>      utl_file.put_line (output_file, cur_rec.linhas);<br \/>    end loop;<\/p>\n<p>    utl_file.fclose(output_file);<\/p>\n<p>  &#8211;exception<br \/>  &#8212;  when others then null;<br \/>end;<br \/>\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>create or replace procedure criaarquivo ( path in varchar2, filename in varchar2 )is output_file utl_file.file_type;begin output_file := utl_file.fopen (path,filename, &#8216;W&#8217;); for cur_rec in (select linhas from TTCPJ order by codigo) loop utl_file.put_line (output_file, cur_rec.linhas); end loop; utl_file.fclose(output_file); &#8211;exception &#8212; when &hellip; <a href=\"https:\/\/www.soudba.com.br\/?p=131\">Continue lendo <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[326],"tags":[],"class_list":["post-131","post","type-post","status-publish","format-standard","hentry","category-utl_file-example"],"_links":{"self":[{"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/posts\/131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=131"}],"version-history":[{"count":0,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=\/wp\/v2\/posts\/131\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.soudba.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}