<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentarios en: Oracle UTL_FTP</title>
	<atom:link href="http://www.blogzote.com/2007/03/15/oracle-utl_ftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogzote.com/2007/03/15/oracle-utl_ftp/</link>
	<description>Mexico, informatica, internet, musica y algo mas...</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:05:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Por: Wazu03</title>
		<link>http://www.blogzote.com/2007/03/15/oracle-utl_ftp/comment-page-1/#comment-2368</link>
		<dc:creator>Wazu03</dc:creator>
		<pubDate>Mon, 26 Sep 2011 22:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/15/oracle-utl_ftp/#comment-2368</guid>
		<description>Cuando trato de transferir archivos PDF o DOC se corrompen. Ya intenté cambiando el tipo de transferencia y no funciona. Que se puede hacer??</description>
		<content:encoded><![CDATA[<p>Cuando trato de transferir archivos PDF o DOC se corrompen. Ya intenté cambiando el tipo de transferencia y no funciona. Que se puede hacer??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Vladimir</title>
		<link>http://www.blogzote.com/2007/03/15/oracle-utl_ftp/comment-page-1/#comment-1881</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Tue, 07 Jun 2011 10:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/15/oracle-utl_ftp/#comment-1881</guid>
		<description>connect as sysdba and run this script:
BEGIN
  DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(
    acl =&gt; &#039;network_services.xml&#039;,
    description =&gt; &#039;FTP ACL&#039;,
    principal =&gt; &#039;USERNAME&#039;,
    is_grant =&gt; true,
    privilege =&gt; &#039;connect&#039;);
  DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(
    acl =&gt; &#039;network_services.xml&#039;,
    principal =&gt; &#039;USERNAME&#039;,
    is_grant =&gt; true,
    privilege =&gt; &#039;resolve&#039;);
  DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(
    acl =&gt; &#039;network_services.xml&#039;,
    host =&gt; &#039;*&#039;);
  COMMIT;
END;

don&#039;t forget replace &#039;USERNAME&#039; with name of the user you want to grant access.</description>
		<content:encoded><![CDATA[<p>connect as sysdba and run this script:<br />
BEGIN<br />
  DBMS_NETWORK_ACL_ADMIN.CREATE_ACL(<br />
    acl =&gt; &#8216;network_services.xml&#8217;,<br />
    description =&gt; &#8216;FTP ACL&#8217;,<br />
    principal =&gt; &#8216;USERNAME&#8217;,<br />
    is_grant =&gt; true,<br />
    privilege =&gt; &#8216;connect&#8217;);<br />
  DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(<br />
    acl =&gt; &#8216;network_services.xml&#8217;,<br />
    principal =&gt; &#8216;USERNAME&#8217;,<br />
    is_grant =&gt; true,<br />
    privilege =&gt; &#8216;resolve&#8217;);<br />
  DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL(<br />
    acl =&gt; &#8216;network_services.xml&#8217;,<br />
    host =&gt; &#8216;*&#8217;);<br />
  COMMIT;<br />
END;</p>
<p>don&#8217;t forget replace &#8216;USERNAME&#8217; with name of the user you want to grant access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Jaime</title>
		<link>http://www.blogzote.com/2007/03/15/oracle-utl_ftp/comment-page-1/#comment-1269</link>
		<dc:creator>Jaime</dc:creator>
		<pubDate>Fri, 01 Oct 2010 21:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/15/oracle-utl_ftp/#comment-1269</guid>
		<description>EStoy probando el pakete desde Oracle 11g pero no se muy buien que configuracion se deba poner para los acls..
me sale el siguiente mensaje:

hum_ftp_interface.FTP_FILES_STAGE :: -29260 - ORA-29260: network error: not connected
ORA-24247: network access denied by access control list (ACL) :: PERFORMING CWD COMMAND FOR /a/b/trace/udump/

pudieras ayudarme?</description>
		<content:encoded><![CDATA[<p>EStoy probando el pakete desde Oracle 11g pero no se muy buien que configuracion se deba poner para los acls..<br />
me sale el siguiente mensaje:</p>
<p>hum_ftp_interface.FTP_FILES_STAGE :: -29260 &#8211; ORA-29260: network error: not connected<br />
ORA-24247: network access denied by access control list (ACL) :: PERFORMING CWD COMMAND FOR /a/b/trace/udump/</p>
<p>pudieras ayudarme?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: juan</title>
		<link>http://www.blogzote.com/2007/03/15/oracle-utl_ftp/comment-page-1/#comment-1264</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Wed, 01 Sep 2010 23:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/15/oracle-utl_ftp/#comment-1264</guid>
		<description>No encuentro la forma de instalar los archivos, ya los descargue y lei el post pero no encuentro laas linesas en la que me indiquen como instalar los archivos, un apoyo por favor</description>
		<content:encoded><![CDATA[<p>No encuentro la forma de instalar los archivos, ya los descargue y lei el post pero no encuentro laas linesas en la que me indiquen como instalar los archivos, un apoyo por favor</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: ph</title>
		<link>http://www.blogzote.com/2007/03/15/oracle-utl_ftp/comment-page-1/#comment-1214</link>
		<dc:creator>ph</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogzote.com/2007/03/15/oracle-utl_ftp/#comment-1214</guid>
		<description>estimado esto sirve para CUALQUIER SERVIDOR o solo el servidor de base de datos en los dirs de UTL_FILE?

gracias y saludos</description>
		<content:encoded><![CDATA[<p>estimado esto sirve para CUALQUIER SERVIDOR o solo el servidor de base de datos en los dirs de UTL_FILE?</p>
<p>gracias y saludos</p>
]]></content:encoded>
	</item>
</channel>
</rss>

