<?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: Use RMAN duplicate command to clone (restore) Oracle database to another server</title>
	<atom:link href="http://www.my-whiteboard.com/use-rman-duplicate-to-restore-oracle-database-to-another-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.my-whiteboard.com/use-rman-duplicate-to-restore-oracle-database-to-another-server/</link>
	<description>Business in Information Technology &#38; Biotechnology</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:06:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JUlius.sp</title>
		<link>http://www.my-whiteboard.com/use-rman-duplicate-to-restore-oracle-database-to-another-server/comment-page-1/#comment-441</link>
		<dc:creator>JUlius.sp</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/use-rman-duplicate-to-restore-oracle-database-to-another-server.html#comment-441</guid>
		<description>Hi I am using Red hat 4 and Oracle 10g,  I am facing problem while cloning a database in same server using RMAN, Below are the steps i performed..... 

1. target database(Richard) is open 2. Catalog database(Kill) is open 3. Auxiliary database(dup) which is clonedb

I Created all the directories for clone same as Target database 
II created pfile for clonedb 
III traced controlfile for clone db.

IV export ORACLE_SID= richard
rman

rman&gt; Connect target /
rman&gt; backup database plus Archivelog
rman&gt; exit

Then configured tnsnames.ora and listener.ora for clonedb &quot;dup&quot;

then i started the listener 

lsnctrl&gt; start

export oracle_sid=dup
sqlplus /nolog

sql&gt; startup pfile= &#039;/path&#039; nomount;

i just checked all the three database whether its working fine

tnsping richard 4  then tnsping kill 4 ------ these two commands worked fine.

then i tried it for clonedb tnsping dup 4 -----it shows a error called cannot resolve name

then i started the RMAN

export ORACLE_SID=richard
rman
rman&gt; connect target /
rman&gt; connect catlog
rman&gt; connect auxiliary sys/password@dup

i got a error here cannot resolve auxiliary name.

where did i made mistake.</description>
		<content:encoded><![CDATA[<p>Hi I am using Red hat 4 and Oracle 10g,  I am facing problem while cloning a database in same server using RMAN, Below are the steps i performed&#8230;.. </p>
<p>1. target database(Richard) is open 2. Catalog database(Kill) is open 3. Auxiliary database(dup) which is clonedb</p>
<p>I Created all the directories for clone same as Target database<br />
II created pfile for clonedb<br />
III traced controlfile for clone db.</p>
<p>IV export ORACLE_SID= richard<br />
rman</p>
<p>rman&gt; Connect target /<br />
rman&gt; backup database plus Archivelog<br />
rman&gt; exit</p>
<p>Then configured tnsnames.ora and listener.ora for clonedb &#8220;dup&#8221;</p>
<p>then i started the listener </p>
<p>lsnctrl&gt; start</p>
<p>export oracle_sid=dup<br />
sqlplus /nolog</p>
<p>sql&gt; startup pfile= &#8216;/path&#8217; nomount;</p>
<p>i just checked all the three database whether its working fine</p>
<p>tnsping richard 4  then tnsping kill 4 &#8212;&#8212; these two commands worked fine.</p>
<p>then i tried it for clonedb tnsping dup 4 &#8212;&#8211;it shows a error called cannot resolve name</p>
<p>then i started the RMAN</p>
<p>export ORACLE_SID=richard<br />
rman<br />
rman&gt; connect target /<br />
rman&gt; connect catlog<br />
rman&gt; connect auxiliary sys/password@dup</p>
<p>i got a error here cannot resolve auxiliary name.</p>
<p>where did i made mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: You kidding</title>
		<link>http://www.my-whiteboard.com/use-rman-duplicate-to-restore-oracle-database-to-another-server/comment-page-1/#comment-429</link>
		<dc:creator>You kidding</dc:creator>
		<pubDate>Fri, 05 Jun 2009 20:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/use-rman-duplicate-to-restore-oracle-database-to-another-server.html#comment-429</guid>
		<description>Are you kidding me?  Try and figure it out.  How can you be a DBA if you don&#039;t even try on your own first!
Give me the steps.   Uh.   No.   Try it yourself.  Learn something.  If it doesn&#039;t work then ask questions.  Geeesh.</description>
		<content:encoded><![CDATA[<p>Are you kidding me?  Try and figure it out.  How can you be a DBA if you don&#8217;t even try on your own first!<br />
Give me the steps.   Uh.   No.   Try it yourself.  Learn something.  If it doesn&#8217;t work then ask questions.  Geeesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atif</title>
		<link>http://www.my-whiteboard.com/use-rman-duplicate-to-restore-oracle-database-to-another-server/comment-page-1/#comment-418</link>
		<dc:creator>Atif</dc:creator>
		<pubDate>Mon, 20 Apr 2009 07:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/use-rman-duplicate-to-restore-oracle-database-to-another-server.html#comment-418</guid>
		<description>point no.3 was important for me..

3.Copy RMAN backup files from Prod to Test, place them in the same directory as Prod.</description>
		<content:encoded><![CDATA[<p>point no.3 was important for me..</p>
<p>3.Copy RMAN backup files from Prod to Test, place them in the same directory as Prod.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Question</title>
		<link>http://www.my-whiteboard.com/use-rman-duplicate-to-restore-oracle-database-to-another-server/comment-page-1/#comment-355</link>
		<dc:creator>Question</dc:creator>
		<pubDate>Sat, 25 Oct 2008 09:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/use-rman-duplicate-to-restore-oracle-database-to-another-server.html#comment-355</guid>
		<description>my prod server is running linux operating and i take the backup using rman command that system is window 2000 nt server in this windown nt server i am connecting usb driver of 500gb so iwant to take the backup of production by using rman command in windows system connected usb drive

how it is possible

plz send me full procedure by step by step


Thanks</description>
		<content:encoded><![CDATA[<p>my prod server is running linux operating and i take the backup using rman command that system is window 2000 nt server in this windown nt server i am connecting usb driver of 500gb so iwant to take the backup of production by using rman command in windows system connected usb drive</p>
<p>how it is possible</p>
<p>plz send me full procedure by step by step</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raju</title>
		<link>http://www.my-whiteboard.com/use-rman-duplicate-to-restore-oracle-database-to-another-server/comment-page-1/#comment-225</link>
		<dc:creator>Raju</dc:creator>
		<pubDate>Tue, 01 Apr 2008 06:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/use-rman-duplicate-to-restore-oracle-database-to-another-server.html#comment-225</guid>
		<description>Hi,

I am using Oracle10gR2 on windows environment .


I need clone production database to development every night , please help me to  build scripts  , what are the steps.


Thank You</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using Oracle10gR2 on windows environment .</p>
<p>I need clone production database to development every night , please help me to  build scripts  , what are the steps.</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saquib</title>
		<link>http://www.my-whiteboard.com/use-rman-duplicate-to-restore-oracle-database-to-another-server/comment-page-1/#comment-196</link>
		<dc:creator>Saquib</dc:creator>
		<pubDate>Sun, 17 Feb 2008 20:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.my-whiteboard.com/oracle-dba/use-rman-duplicate-to-restore-oracle-database-to-another-server.html#comment-196</guid>
		<description>The steps you provided are ok, but it seems u didn&#039;t mention about the directory change settings (before running duplicate command) which is usually done with parameter db_file_name_convert and log_file_name_convert in the initSID.ora file of the Test server and also renaming of db_name to test.

If u are telling the steps of cloning from prod to test using RMAN then the directory settings are usually required if the servers are different and have different directory structure or name.</description>
		<content:encoded><![CDATA[<p>The steps you provided are ok, but it seems u didn&#8217;t mention about the directory change settings (before running duplicate command) which is usually done with parameter db_file_name_convert and log_file_name_convert in the initSID.ora file of the Test server and also renaming of db_name to test.</p>
<p>If u are telling the steps of cloning from prod to test using RMAN then the directory settings are usually required if the servers are different and have different directory structure or name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

