<?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>Comments on: How you can read an external directory list from SQL</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/2008/06/05/how-you-can-read-an-external-directory-list-from-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com/2008/06/05/how-you-can-read-an-external-directory-list-from-sql/</link>
	<description>Michael McLaughlin's Technical Blog</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:12:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: maclochlainn</title>
		<link>http://blog.mclaughlinsoftware.com/2008/06/05/how-you-can-read-an-external-directory-list-from-sql/comment-page-1/#comment-17</link>
		<dc:creator>maclochlainn</dc:creator>
		<pubDate>Mon, 23 Jun 2008 02:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=31#comment-17</guid>
		<description>While Chet is correct, why should we create a table and perform I/O when it can be avoided. Global temporary tables came along in Oracle 8i. There&#039;s a good article at:
http://www.oracle-base.com/articles/8i/TemporaryTables.php</description>
		<content:encoded><![CDATA[<p>While Chet is correct, why should we create a table and perform I/O when it can be avoided. Global temporary tables came along in Oracle 8i. There&#8217;s a good article at:<br />
<a href="http://www.oracle-base.com/articles/8i/TemporaryTables.php" rel="nofollow">http://www.oracle-base.com/articles/8i/TemporaryTables.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chet</title>
		<link>http://blog.mclaughlinsoftware.com/2008/06/05/how-you-can-read-an-external-directory-list-from-sql/comment-page-1/#comment-18</link>
		<dc:creator>chet</dc:creator>
		<pubDate>Thu, 05 Jun 2008 18:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=31#comment-18</guid>
		<description>How about just use a global temporary table with ON COMMIT DELETE (or whatever the syntax is)?

I had to do something&lt;a href=&quot;http://www.oraclenerd.com/2008/04/validating-process.html&quot; rel=&quot;nofollow&quot;&gt; similar &lt;/a&gt; awhile back...</description>
		<content:encoded><![CDATA[<p>How about just use a global temporary table with ON COMMIT DELETE (or whatever the syntax is)?</p>
<p>I had to do something<a href="http://www.oraclenerd.com/2008/04/validating-process.html" rel="nofollow"> similar </a> awhile back&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
