<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>twit88.com &#187; PL/SQL</title>
	<link>http://twit88.com/blog</link>
	<description>Good judgement comes from experience, and experience comes from bad judgement.</description>
	<pubDate>Wed, 19 Nov 2008 06:30:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Dynamically Import Data from Different Oracle Databases from Web Application</title>
		<link>http://twit88.com/blog/2007/10/02/dynamically-import-data-from-different-oracle-databases-from-web-application/</link>
		<comments>http://twit88.com/blog/2007/10/02/dynamically-import-data-from-different-oracle-databases-from-web-application/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 14:25:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[PL/SQL]]></category>

		<guid isPermaLink="false">http://twit88.com/blog/2007/10/02/dynamically-import-data-from-different-oracle-databases-from-web-application/</guid>
		<description><![CDATA[
Download Source
Sometimes back when I was involved in a project I faced the challenge to import data from different Oracle databases synchronously within my Java web application. Performance is the key issue. The import has to be completed in a short time frame according to the SLA.
Of course I can dynamically create JDBC connection to [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--></p>
<p><a href="http://twit88.com/blog/wp-content/uploads/2007/10/sample_plsql.sql">Download Source</a></p>
<p>Sometimes back when I was involved in a project I faced the challenge to import data from different Oracle databases synchronously within my Java web application. Performance is the key issue. The import has to be completed in a short time frame according to the SLA.</p>
<p>Of course I can dynamically create JDBC connection to the database and retrieve the data that I wanted, but it proved to be very slow.</p>
<p> <a href="http://twit88.com/blog/2007/10/02/dynamically-import-data-from-different-oracle-databases-from-web-application/#more-114" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://twit88.com/blog/2007/10/02/dynamically-import-data-from-different-oracle-databases-from-web-application/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
