<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: UTL_FILE in PL/SQL – I/O, I/O, it’s off to work we go</title>
	<atom:link href="http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/</link>
	<description>Oracle - for when it was like that when you got there</description>
	<lastBuildDate>Fri, 24 May 2013 13:38:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: tom</title>
		<link>http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/#comment-26190</link>
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Sun, 09 Dec 2012 22:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=601#comment-26190</guid>
		<description><![CDATA[sorry always started under oracle.  em brought up prior to starting db. then in em click startup.  (I start em emctl start dbconsole from oracle user) then if db is down red arrow and click startup]]></description>
		<content:encoded><![CDATA[<p>sorry always started under oracle.  em brought up prior to starting db. then in em click startup.  (I start em emctl start dbconsole from oracle user) then if db is down red arrow and click startup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/#comment-26189</link>
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Sun, 09 Dec 2012 21:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=601#comment-26189</guid>
		<description><![CDATA[you are hitting everything I thought of.  Directory  is set with 777 wide open.  It is on the individual flat files written.  EM is run under SYS for many functions required sysdba.  Could sys had different permissions for that directory????   Linux is not my best skill, gues that is why this one excapes me]]></description>
		<content:encoded><![CDATA[<p>you are hitting everything I thought of.  Directory  is set with 777 wide open.  It is on the individual flat files written.  EM is run under SYS for many functions required sysdba.  Could sys had different permissions for that directory????   Linux is not my best skill, gues that is why this one excapes me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikesmithers</title>
		<link>http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/#comment-26187</link>
		<dc:creator><![CDATA[mikesmithers]]></dc:creator>
		<pubDate>Sun, 09 Dec 2012 21:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=601#comment-26187</guid>
		<description><![CDATA[Just to be clear - is this the permission on the directory in Linux itself - e.g. rwxr-xr-x beccomes rwxr-x--x, or is it a directory object you&#039;ve created in the database and then granted READ to PUBLIC ?
If it&#039;s the latter then the only thing that springs to mind is to ask whether the user you are running EM under is oracle ?
If it&#039;s not, it may be that the user you are running EM under doesn&#039;t have privileges on the directory.
Bit of a guess, but hope it&#039;s useful.

Mike]]></description>
		<content:encoded><![CDATA[<p>Just to be clear &#8211; is this the permission on the directory in Linux itself &#8211; e.g. rwxr-xr-x beccomes rwxr-x&#8211;x, or is it a directory object you&#8217;ve created in the database and then granted READ to PUBLIC ?<br />
If it&#8217;s the latter then the only thing that springs to mind is to ask whether the user you are running EM under is oracle ?<br />
If it&#8217;s not, it may be that the user you are running EM under doesn&#8217;t have privileges on the directory.<br />
Bit of a guess, but hope it&#8217;s useful.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/#comment-26186</link>
		<dc:creator><![CDATA[tom]]></dc:creator>
		<pubDate>Sun, 09 Dec 2012 21:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=601#comment-26186</guid>
		<description><![CDATA[nope just when started by em.]]></description>
		<content:encoded><![CDATA[<p>nope just when started by em.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikesmithers</title>
		<link>http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/#comment-26184</link>
		<dc:creator><![CDATA[mikesmithers]]></dc:creator>
		<pubDate>Sun, 09 Dec 2012 21:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=601#comment-26184</guid>
		<description><![CDATA[nj_tom,

can&#039;t say I&#039;ve ever had that problem. Does the same thing happen if you start the database on the command line rather than via EM ?

Mike]]></description>
		<content:encoded><![CDATA[<p>nj_tom,</p>
<p>can&#8217;t say I&#8217;ve ever had that problem. Does the same thing happen if you start the database on the command line rather than via EM ?</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nj_tom</title>
		<link>http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/#comment-26050</link>
		<dc:creator><![CDATA[nj_tom]]></dc:creator>
		<pubDate>Fri, 07 Dec 2012 20:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=601#comment-26050</guid>
		<description><![CDATA[Ever have file permission trouble with Linux.  My public read disapears after starting the database through EM.  Odd behavior I cannot explain but it happens every time.]]></description>
		<content:encoded><![CDATA[<p>Ever have file permission trouble with Linux.  My public read disapears after starting the database through EM.  Odd behavior I cannot explain but it happens every time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Taylor</title>
		<link>http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/#comment-17256</link>
		<dc:creator><![CDATA[John Taylor]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 16:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=601#comment-17256</guid>
		<description><![CDATA[Awesome post - exactly what I needed to update some tables from a CSV!]]></description>
		<content:encoded><![CDATA[<p>Awesome post &#8211; exactly what I needed to update some tables from a CSV!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikesmithers</title>
		<link>http://mikesmithers.wordpress.com/2010/10/02/utl_file-in-plsql-io-io-its-off-to-work-we-go/#comment-1192</link>
		<dc:creator><![CDATA[mikesmithers]]></dc:creator>
		<pubDate>Sat, 30 Oct 2010 13:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=601#comment-1192</guid>
		<description><![CDATA[I spotted an error in the script reading the data from the file, which I&#039;ve now corrected. Apologies if anyone was thrown by this.

Mike]]></description>
		<content:encoded><![CDATA[<p>I spotted an error in the script reading the data from the file, which I&#8217;ve now corrected. Apologies if anyone was thrown by this.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
