<?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 for Maclochlainn&#039;s Weblog</title>
	<atom:link href="http://maclochlainn.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://maclochlainn.wordpress.com</link>
	<description>Michael McLaughlin&#039;s Old Technical Blog</description>
	<lastBuildDate>Thu, 03 Dec 2009 06:07:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Oracle External Table Basics by maclochlainn</title>
		<link>http://maclochlainn.wordpress.com/2008/06/19/oracle-external-table-basics/#comment-1434</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Thu, 03 Dec 2009 06:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=38#comment-1434</guid>
		<description>I don&#039;t come here too often anymore, the &lt;a href=&quot;http://blog.mclaughlinsoftware.com&quot; rel=&quot;nofollow&quot;&gt;new blog&lt;/a&gt; is where I check for questions.

This error explains you&#039;re using a keyword, RECORDS, please post the code for me to check on the newer blog. The entry for this there is &lt;a href=&quot;http://blog.mclaughlinsoftware.com/oracle-sql-programming/creating-an-external-table-that-uses-sqlloader/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t come here too often anymore, the <a href="http://blog.mclaughlinsoftware.com" rel="nofollow">new blog</a> is where I check for questions.</p>
<p>This error explains you&#8217;re using a keyword, RECORDS, please post the code for me to check on the newer blog. The entry for this there is <a href="http://blog.mclaughlinsoftware.com/oracle-sql-programming/creating-an-external-table-that-uses-sqlloader/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A twist on a java.security.AccessControlException by Mehmood</title>
		<link>http://maclochlainn.wordpress.com/2008/07/26/a-twist-on-a-javasecurityaccesscontrolexception/#comment-1410</link>
		<dc:creator>Mehmood</dc:creator>
		<pubDate>Mon, 16 Nov 2009 09:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=153#comment-1410</guid>
		<description>nice post 

cheers</description>
		<content:encoded><![CDATA[<p>nice post </p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle External Table Basics by Tabitha Reji</title>
		<link>http://maclochlainn.wordpress.com/2008/06/19/oracle-external-table-basics/#comment-1402</link>
		<dc:creator>Tabitha Reji</dc:creator>
		<pubDate>Tue, 10 Nov 2009 20:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=38#comment-1402</guid>
		<description>I am trying to write the data from an internal table to a flat file and get the following error
&quot;ORA-29913: error in executing ODCIEXTTABLEOPEN callout
ORA-29400: data cartridge error
KUP-00554: error encountered while parsing access parameters
KUP-01005: syntax error: found &quot;identifier&quot;: expecting one of: &quot;logfile, nologfile, version&quot; etc..
KUP-01008: the bad identifier was: RECORDS
KUP-01007: at line 1 column 1
ORA-06512: at &quot;SYS.ORACLE_DATAPUMP&quot;, line 19&quot;


What should be done?</description>
		<content:encoded><![CDATA[<p>I am trying to write the data from an internal table to a flat file and get the following error<br />
&#8220;ORA-29913: error in executing ODCIEXTTABLEOPEN callout<br />
ORA-29400: data cartridge error<br />
KUP-00554: error encountered while parsing access parameters<br />
KUP-01005: syntax error: found &#8220;identifier&#8221;: expecting one of: &#8220;logfile, nologfile, version&#8221; etc..<br />
KUP-01008: the bad identifier was: RECORDS<br />
KUP-01007: at line 1 column 1<br />
ORA-06512: at &#8220;SYS.ORACLE_DATAPUMP&#8221;, line 19&#8243;</p>
<p>What should be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An ugly VMWare Fusion error &#8220;/dev/vmnet0&#8243; is not running by BaRock</title>
		<link>http://maclochlainn.wordpress.com/2008/09/10/an-ugly-vmware-fusion-error-devvmnet0-is-not-running/#comment-1370</link>
		<dc:creator>BaRock</dc:creator>
		<pubDate>Mon, 19 Oct 2009 23:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=370#comment-1370</guid>
		<description>sudo /Library/Application\ Support/VMware\ Fusion/boot.sh –restart

...ALMOST works for me.  What finally worked was putting two dashes before the &#039;restart&#039;, like so:

sudo /Library/Application\ Support/VMware\ Fusion/boot.sh –-restart

This works.</description>
		<content:encoded><![CDATA[<p>sudo /Library/Application\ Support/VMware\ Fusion/boot.sh –restart</p>
<p>&#8230;ALMOST works for me.  What finally worked was putting two dashes before the &#8216;restart&#8217;, like so:</p>
<p>sudo /Library/Application\ Support/VMware\ Fusion/boot.sh –-restart</p>
<p>This works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An ugly VMWare Fusion error &#8220;/dev/vmnet0&#8243; is not running by Jay</title>
		<link>http://maclochlainn.wordpress.com/2008/09/10/an-ugly-vmware-fusion-error-devvmnet0-is-not-running/#comment-1349</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 08 Oct 2009 15:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=370#comment-1349</guid>
		<description>To Hassan:

I had the same error, then I realized that I didn&#039;t use &quot;sudo&quot; before the command.  After I added that, it went just fine.</description>
		<content:encoded><![CDATA[<p>To Hassan:</p>
<p>I had the same error, then I realized that I didn&#8217;t use &#8220;sudo&#8221; before the command.  After I added that, it went just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An ugly VMWare Fusion error &#8220;/dev/vmnet0&#8243; is not running by maclochlainn</title>
		<link>http://maclochlainn.wordpress.com/2008/09/10/an-ugly-vmware-fusion-error-devvmnet0-is-not-running/#comment-1286</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Tue, 15 Sep 2009 17:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=370#comment-1286</guid>
		<description>Updated contents are on the &lt;a href=&quot;http://blog.mclaughlinsoftware.com&quot; rel=&quot;nofollow&quot;&gt;new blog&lt;/a&gt; because I couldn&#039;t deal with code or instructions the way I wanted at WordPress.com.</description>
		<content:encoded><![CDATA[<p>Updated contents are on the <a href="http://blog.mclaughlinsoftware.com" rel="nofollow">new blog</a> because I couldn&#8217;t deal with code or instructions the way I wanted at WordPress.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An ugly VMWare Fusion error &#8220;/dev/vmnet0&#8243; is not running by maclochlainn</title>
		<link>http://maclochlainn.wordpress.com/2008/09/10/an-ugly-vmware-fusion-error-devvmnet0-is-not-running/#comment-1285</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Tue, 15 Sep 2009 17:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=370#comment-1285</guid>
		<description>There&#039;s more stuff on the &lt;a href=&quot;http://blog.mclaughlinsoftware.com&quot; rel=&quot;nofollow&quot;&gt;newer blog&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>There&#8217;s more stuff on the <a href="http://blog.mclaughlinsoftware.com" rel="nofollow">newer blog</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An ugly VMWare Fusion error &#8220;/dev/vmnet0&#8243; is not running by Patsy</title>
		<link>http://maclochlainn.wordpress.com/2008/09/10/an-ugly-vmware-fusion-error-devvmnet0-is-not-running/#comment-1284</link>
		<dc:creator>Patsy</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=370#comment-1284</guid>
		<description>You have saved my life, upgraded to snow leopard at work and then couldn&#039;t get VMware to work!

Thank you</description>
		<content:encoded><![CDATA[<p>You have saved my life, upgraded to snow leopard at work and then couldn&#8217;t get VMware to work!</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An ugly VMWare Fusion error &#8220;/dev/vmnet0&#8243; is not running by Ed</title>
		<link>http://maclochlainn.wordpress.com/2008/09/10/an-ugly-vmware-fusion-error-devvmnet0-is-not-running/#comment-1282</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 14 Sep 2009 20:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=370#comment-1282</guid>
		<description>Thanks dude!! Worked for me.</description>
		<content:encoded><![CDATA[<p>Thanks dude!! Worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code for my Oracle Database 11g PL/SQL Programming by maclochlainn</title>
		<link>http://maclochlainn.wordpress.com/2008/08/13/code-for-my-oracle-database-11g-plsql-programming/#comment-1260</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Wed, 02 Sep 2009 04:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=236#comment-1260</guid>
		<description>You can find much more content at the active &lt;a href=&quot;http://blog.mclaughlinsoftware.com&quot; rel=&quot;nofollow&quot;&gt;blog site&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You can find much more content at the active <a href="http://blog.mclaughlinsoftware.com" rel="nofollow">blog site</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
