<?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: Oracle External Tables or What I did on my Holidays</title>
	<atom:link href="http://mikesmithers.wordpress.com/2011/08/26/oracle-external-tables-or-what-i-did-on-my-holidays/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikesmithers.wordpress.com/2011/08/26/oracle-external-tables-or-what-i-did-on-my-holidays/</link>
	<description>Oracle - for when it was like that when you got there</description>
	<lastBuildDate>Sat, 25 May 2013 09:47:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: mikesmithers</title>
		<link>http://mikesmithers.wordpress.com/2011/08/26/oracle-external-tables-or-what-i-did-on-my-holidays/#comment-7718</link>
		<dc:creator><![CDATA[mikesmithers]]></dc:creator>
		<pubDate>Sun, 04 Sep 2011 18:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=1117#comment-7718</guid>
		<description><![CDATA[Jeffrey,

You&#039;re absolutely right, the GTT is in fact completely unnecessary and you could reference the itinerary_ext table directly in the creation statement for exp_itinerary. Looking back, the table names I used could&#039;ve been less confusing as well.
Of course, the GTT does make the code a little more readable ( well, I think so, anyway). There&#039;s also my own personal dislike of using too much dynamic SQL, especially DDL statements which are always so much fun to debug.
When all&#039;s said and done however, I just have to hold my hands up and say, erm, I missed that one. Well spotted and thanks for pointing it out.

Mike]]></description>
		<content:encoded><![CDATA[<p>Jeffrey,</p>
<p>You&#8217;re absolutely right, the GTT is in fact completely unnecessary and you could reference the itinerary_ext table directly in the creation statement for exp_itinerary. Looking back, the table names I used could&#8217;ve been less confusing as well.<br />
Of course, the GTT does make the code a little more readable ( well, I think so, anyway). There&#8217;s also my own personal dislike of using too much dynamic SQL, especially DDL statements which are always so much fun to debug.<br />
When all&#8217;s said and done however, I just have to hold my hands up and say, erm, I missed that one. Well spotted and thanks for pointing it out.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Kemp</title>
		<link>http://mikesmithers.wordpress.com/2011/08/26/oracle-external-tables-or-what-i-did-on-my-holidays/#comment-7524</link>
		<dc:creator><![CDATA[Jeffrey Kemp]]></dc:creator>
		<pubDate>Fri, 26 Aug 2011 04:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=1117#comment-7524</guid>
		<description><![CDATA[Thanks for that, I hadn&#039;t considered datapump-based external tables before.

When you do the transform and output the results via datapump, why do you use a GTT, instead of basing the table directly on the query? If you skipped the GTT the data would no longer need to be duplicated in the PGA, the query results could go straight out to disk.]]></description>
		<content:encoded><![CDATA[<p>Thanks for that, I hadn&#8217;t considered datapump-based external tables before.</p>
<p>When you do the transform and output the results via datapump, why do you use a GTT, instead of basing the table directly on the query? If you skipped the GTT the data would no longer need to be duplicated in the PGA, the query results could go straight out to disk.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
