<?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: Speeding-Up Oracle Export/Import Migration</title>
	<atom:link href="http://www.pythian.com/news/288/speeding-up-oracle-export-import-migration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/288/speeding-up-oracle-export-import-migration/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Andrew Smith</title>
		<link>http://www.pythian.com/news/288/speeding-up-oracle-export-import-migration/#comment-27965</link>
		<dc:creator>Andrew Smith</dc:creator>
		<pubDate>Tue, 13 Mar 2007 20:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/288/speeding-up-oracle-exportimport-migration#comment-27965</guid>
		<description>If you could extract the biggest tables into ASCII and the load with sql loader then your total time would be less then a hour. Or even pipe to simulate cascade unload-load

This doc might help:
http://www.wisdomforce.com/dweb/resources/docs/UnloadLoadUsingFastReader.pdf</description>
		<content:encoded><![CDATA[<p>If you could extract the biggest tables into ASCII and the load with sql loader then your total time would be less then a hour. Or even pipe to simulate cascade unload-load</p>
<p>This doc might help:<br />
<a href="http://www.wisdomforce.com/dweb/resources/docs/UnloadLoadUsingFastReader.pdf" rel="nofollow">http://www.wisdomforce.com/dweb/resources/docs/UnloadLoadUsingFastReader.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shakir Sadikali</title>
		<link>http://www.pythian.com/news/288/speeding-up-oracle-export-import-migration/#comment-13889</link>
		<dc:creator>Shakir Sadikali</dc:creator>
		<pubDate>Tue, 09 Jan 2007 14:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/288/speeding-up-oracle-exportimport-migration#comment-13889</guid>
		<description>Hi Dominic,

In this type of situation, i like to do two separate upgrades.  The first would be to move the DB to the new platform, and then a second to actually perform the upgrade.  Changing platforms is a big step, and so is going from 8i to 9i.  As such, to help isolate potential problems, it&#039;s always a good idea to let a system burn in a bit so that you can catch bugs before you get too many variables into the mix.</description>
		<content:encoded><![CDATA[<p>Hi Dominic,</p>
<p>In this type of situation, i like to do two separate upgrades.  The first would be to move the DB to the new platform, and then a second to actually perform the upgrade.  Changing platforms is a big step, and so is going from 8i to 9i.  As such, to help isolate potential problems, it&#8217;s always a good idea to let a system burn in a bit so that you can catch bugs before you get too many variables into the mix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic</title>
		<link>http://www.pythian.com/news/288/speeding-up-oracle-export-import-migration/#comment-13856</link>
		<dc:creator>Dominic</dc:creator>
		<pubDate>Tue, 09 Jan 2007 11:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/288/speeding-up-oracle-exportimport-migration#comment-13856</guid>
		<description>Hi,

You say 
&quot;Now, whenever I run into a situation like this, we generally recommend a twoâ€“step process so that we can iron out bugs and be able to isolate causes&quot;.

Without the time constraints mentioned above, can you detail your normally recommended two-step process?

Thanks.
Dominic</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You say<br />
&#8220;Now, whenever I run into a situation like this, we generally recommend a twoâ€“step process so that we can iron out bugs and be able to isolate causes&#8221;.</p>
<p>Without the time constraints mentioned above, can you detail your normally recommended two-step process?</p>
<p>Thanks.<br />
Dominic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sadikali</title>
		<link>http://www.pythian.com/news/288/speeding-up-oracle-export-import-migration/#comment-7006</link>
		<dc:creator>sadikali</dc:creator>
		<pubDate>Mon, 13 Nov 2006 15:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/288/speeding-up-oracle-exportimport-migration#comment-7006</guid>
		<description>That&#039;s true too!  Unfortunately, this particular case involved everything being in 1 single schema so i completely overlooked it.  Thanks for bringing it up!

Shakir</description>
		<content:encoded><![CDATA[<p>That&#8217;s true too!  Unfortunately, this particular case involved everything being in 1 single schema so i completely overlooked it.  Thanks for bringing it up!</p>
<p>Shakir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Jamadagni</title>
		<link>http://www.pythian.com/news/288/speeding-up-oracle-export-import-migration/#comment-6999</link>
		<dc:creator>Raj Jamadagni</dc:creator>
		<pubDate>Mon, 13 Nov 2006 12:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/288/speeding-up-oracle-exportimport-migration#comment-6999</guid>
		<description>You could further bring down the time for imp by doing parallel schema level imports from the same export file. I have done this in past (8i to 92 migration) with a lot of success. Of course this works best when you import data only, indexes is best left to last stage.

Raj</description>
		<content:encoded><![CDATA[<p>You could further bring down the time for imp by doing parallel schema level imports from the same export file. I have done this in past (8i to 92 migration) with a lot of success. Of course this works best when you import data only, indexes is best left to last stage.</p>
<p>Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim</title>
		<link>http://www.pythian.com/news/288/speeding-up-oracle-export-import-migration/#comment-6723</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Sat, 11 Nov 2006 13:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/288/speeding-up-oracle-exportimport-migration#comment-6723</guid>
		<description>Sorry, misread your settings (written sort_area_size, imagined - pga_aggregate_target , it is probably to hard associated with workarea_size_policy) - need a cup coffe more ;-)

Regards</description>
		<content:encoded><![CDATA[<p>Sorry, misread your settings (written sort_area_size, imagined &#8211; pga_aggregate_target , it is probably to hard associated with workarea_size_policy) &#8211; need a cup coffe more ;-)</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim</title>
		<link>http://www.pythian.com/news/288/speeding-up-oracle-export-import-migration/#comment-6722</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Sat, 11 Nov 2006 13:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/288/speeding-up-oracle-exportimport-migration#comment-6722</guid>
		<description>Should it not be the 4) workarea_size_policy=auto ?

Regards</description>
		<content:encoded><![CDATA[<p>Should it not be the 4) workarea_size_policy=auto ?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

