<?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: Using 10g datapump and scheduler to copy schemas</title>
	<atom:link href="http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/</link>
	<description>Oracle DBA (plus SQL Server)</description>
	<lastBuildDate>Wed, 14 Jul 2010 09:54:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam</title>
		<link>http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-171</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 07 Jan 2010 00:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-171</guid>
		<description>Hi Andrew,

Firstly thanks a lot for pointing out that other objects like procedures and functions need to be manually cleaned up. Is it the same case with using &quot;Import/Export&quot; Utility, or will it replace all the existing objects with the new ones?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>Firstly thanks a lot for pointing out that other objects like procedures and functions need to be manually cleaned up. Is it the same case with using &#8220;Import/Export&#8221; Utility, or will it replace all the existing objects with the new ones?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishnu</title>
		<link>http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-41</link>
		<dc:creator>vishnu</dc:creator>
		<pubDate>Sat, 27 Sep 2008 06:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-41</guid>
		<description>Great, Thanks. That solved my problem.
Yet, I am running two different schema exports in one Package, however the current user/schema runs succesfully... the next dynamically formed user schema based on some input, is not exported. it donot see any errors but not the export too doesnot happen.

I tried grant permissions as you had said, to the second user/schema also. No result! Any guess about it?</description>
		<content:encoded><![CDATA[<p>Great, Thanks. That solved my problem.<br />
Yet, I am running two different schema exports in one Package, however the current user/schema runs succesfully&#8230; the next dynamically formed user schema based on some input, is not exported. it donot see any errors but not the export too doesnot happen.</p>
<p>I tried grant permissions as you had said, to the second user/schema also. No result! Any guess about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moise</title>
		<link>http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-39</link>
		<dc:creator>Moise</dc:creator>
		<pubDate>Wed, 06 Feb 2008 09:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-39</guid>
		<description>Hello Rob,

I have just install this procedure and I put this privileges and roles :

GRANT CONNECT TO MYUSER;
  GRANT RESOURCE TO MYUSER;
  GRANT IMP_FULL_DATABASE TO MYUSER;
  GRANT UNLIMITED TABLESPACE TO MYUSER;
  GRANT create table TO MYUSER;
  GRANT SELECT ANY TABLE TO MYUSER;
  GRANT create session TO MYUSER;
  GRANT DBA TO MYUSER;
  ALTER USER MYUSER DEFAULT ROLE ALL;
  GRANT READ,WRITE ON DIRECTORY DUMPDIR TO MYUSER;</description>
		<content:encoded><![CDATA[<p>Hello Rob,</p>
<p>I have just install this procedure and I put this privileges and roles :</p>
<p>GRANT CONNECT TO MYUSER;<br />
  GRANT RESOURCE TO MYUSER;<br />
  GRANT IMP_FULL_DATABASE TO MYUSER;<br />
  GRANT UNLIMITED TABLESPACE TO MYUSER;<br />
  GRANT create table TO MYUSER;<br />
  GRANT SELECT ANY TABLE TO MYUSER;<br />
  GRANT create session TO MYUSER;<br />
  GRANT DBA TO MYUSER;<br />
  ALTER USER MYUSER DEFAULT ROLE ALL;<br />
  GRANT READ,WRITE ON DIRECTORY DUMPDIR TO MYUSER;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Prince</title>
		<link>http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-38</link>
		<dc:creator>Rob Prince</dc:creator>
		<pubDate>Thu, 03 Jan 2008 17:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-38</guid>
		<description>I am trying use a db link to perform an import, but am running into various errors.

Do you know where I could find a list of the required privileges I&#039;d need to use dbms_datapump from a stored procedure to import a schema using a db link?

Thanks...</description>
		<content:encoded><![CDATA[<p>I am trying use a db link to perform an import, but am running into various errors.</p>
<p>Do you know where I could find a list of the required privileges I&#8217;d need to use dbms_datapump from a stored procedure to import a schema using a db link?</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using 10g datapump and scheduler to copy schemas &#171; Ridvan EKER&#8217;s Weblog - Oracle</title>
		<link>http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-40</link>
		<dc:creator>Using 10g datapump and scheduler to copy schemas &#171; Ridvan EKER&#8217;s Weblog - Oracle</dc:creator>
		<pubDate>Tue, 25 Sep 2007 12:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-40</guid>
		<description>[...] http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/   Posted in Datapump. Tags: Datapump. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/" rel="nofollow">http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/</a>   Posted in Datapump. Tags: Datapump. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Fraser</title>
		<link>http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-36</link>
		<dc:creator>Andrew Fraser</dc:creator>
		<pubDate>Wed, 16 May 2007 09:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-36</guid>
		<description>This was on RAC, so an export/import running from cron on one node wouldn&#039;t work when that node was down. Would have to introduce failover detection or run the export/import on a third server over sqlnet.

But given the issues I ran into doing this with datapump compared to export, it would have been easier - and more supportable for other DBAs - to stick with old fashioned export/import. Datapump does not work easily in practice as easily as the documentation implies.</description>
		<content:encoded><![CDATA[<p>This was on RAC, so an export/import running from cron on one node wouldn&#8217;t work when that node was down. Would have to introduce failover detection or run the export/import on a third server over sqlnet.</p>
<p>But given the issues I ran into doing this with datapump compared to export, it would have been easier &#8211; and more supportable for other DBAs &#8211; to stick with old fashioned export/import. Datapump does not work easily in practice as easily as the documentation implies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adoer</title>
		<link>http://andrewfraserdba.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-37</link>
		<dc:creator>Adoer</dc:creator>
		<pubDate>Wed, 16 May 2007 01:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://andrewfraser.wordpress.com/2007/02/01/using-10g-datapump-and-scheduler-to-copy-schemas/#comment-37</guid>
		<description>Nice script...

How about an Export?</description>
		<content:encoded><![CDATA[<p>Nice script&#8230;</p>
<p>How about an Export?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
