<?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: Read a Text File into an Oracle Table using an External Table</title>
	<atom:link href="http://dbakerber.wordpress.com/2007/12/31/read-a-text-file-into-an-oracle-table-using-an-external-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbakerber.wordpress.com/2007/12/31/read-a-text-file-into-an-oracle-table-using-an-external-table/</link>
	<description>The World of the Oracle DBA</description>
	<lastBuildDate>Sat, 28 Mar 2009 00:43:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dbakerber</title>
		<link>http://dbakerber.wordpress.com/2007/12/31/read-a-text-file-into-an-oracle-table-using-an-external-table/#comment-7</link>
		<dc:creator>dbakerber</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://dbakerber.wordpress.com/2007/12/31/read-a-text-file-into-an-oracle-table-using-an-external-table/#comment-7</guid>
		<description>have you figured out which statement it is hanging on?  You can use sql developer or Quest SQL Navigator to step through the code and figure out the specific command that is at issue.  Without that information, it is hard to debug the code.</description>
		<content:encoded><![CDATA[<p>have you figured out which statement it is hanging on?  You can use sql developer or Quest SQL Navigator to step through the code and figure out the specific command that is at issue.  Without that information, it is hard to debug the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio</title>
		<link>http://dbakerber.wordpress.com/2007/12/31/read-a-text-file-into-an-oracle-table-using-an-external-table/#comment-4</link>
		<dc:creator>Mauricio</dc:creator>
		<pubDate>Wed, 30 Jul 2008 00:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://dbakerber.wordpress.com/2007/12/31/read-a-text-file-into-an-oracle-table-using-an-external-table/#comment-4</guid>
		<description>Hi, I&#039;ve been using SQL Loader and I&#039;m new into External Tables technology. I have a problem with a stored procedure which retrieves data from an external table and then updates oracle tables.
When I run the sql statements by themselves it works fine, but inside the stored procedure it hangs.
Could you please tell me what is wrong?
The sp lives in the same schema as the oracle tables and external tables. I have granted read/write permissions to dba (the schema is a member of dba role).
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve been using SQL Loader and I&#8217;m new into External Tables technology. I have a problem with a stored procedure which retrieves data from an external table and then updates oracle tables.<br />
When I run the sql statements by themselves it works fine, but inside the stored procedure it hangs.<br />
Could you please tell me what is wrong?<br />
The sp lives in the same schema as the oracle tables and external tables. I have granted read/write permissions to dba (the schema is a member of dba role).<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
