<?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: RMAN @ its best ( Switch Database )</title>
	<atom:link href="http://sysdbaonline.com/?feed=rss2&#038;p=62" rel="self" type="application/rss+xml" />
	<link>http://sysdbaonline.com/?p=62</link>
	<description>Gateway to your Solution</description>
	<lastBuildDate>Tue, 24 Aug 2010 09:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Magda</title>
		<link>http://sysdbaonline.com/?p=62&#038;cpage=1#comment-1160</link>
		<dc:creator>Magda</dc:creator>
		<pubDate>Mon, 14 Sep 2009 09:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://sdevang.wordpress.com/?p=62#comment-1160</guid>
		<description>Hi Dev,

Could you please clarify these 2 aspects for me?
1. What is the reason of backup database &quot;PLUS ARCHIVELOG&quot; for the image copy incremental level 1? Is it not enough to backup just the database?...
2. What is your opinion about backup on ASM in 11.2?
Meaning: would you consider a good idea to have both the original database and the image copy on the same disk group?
How can one rename the datafiles after database switch on ASM?

Thank you for your time,

Magda</description>
		<content:encoded><![CDATA[<p>Hi Dev,</p>
<p>Could you please clarify these 2 aspects for me?<br />
1. What is the reason of backup database &#8220;PLUS ARCHIVELOG&#8221; for the image copy incremental level 1? Is it not enough to backup just the database?&#8230;<br />
2. What is your opinion about backup on ASM in 11.2?<br />
Meaning: would you consider a good idea to have both the original database and the image copy on the same disk group?<br />
How can one rename the datafiles after database switch on ASM?</p>
<p>Thank you for your time,</p>
<p>Magda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://sysdbaonline.com/?p=62&#038;cpage=1#comment-1159</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 31 Jul 2009 09:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://sdevang.wordpress.com/?p=62#comment-1159</guid>
		<description>Hi Gavin,

You are right switch database command will rename the datafile and it will update controlfile with new name.

Later on if you want to change the name of datafile than you need to take tablespace offline using following steps.

SQL&gt;ALTER TABLESPACE cust_ts OFFLINE;

linux&gt; mv &#039;OLDFILE.DBF &#039; &#039;NEWFILE.DBF&#039;

SQL&gt;ALTER TABLESPACE cust_ts  RENAME datafile
   &#039;/u01/app/oracle/mysid/oldname.dbf&#039;
TO
   &#039;/u01/app/oracle/mysid/newname.dbf&#039; ;

Regards,
Dev</description>
		<content:encoded><![CDATA[<p>Hi Gavin,</p>
<p>You are right switch database command will rename the datafile and it will update controlfile with new name.</p>
<p>Later on if you want to change the name of datafile than you need to take tablespace offline using following steps.</p>
<p>SQL>ALTER TABLESPACE cust_ts OFFLINE;</p>
<p>linux> mv &#8216;OLDFILE.DBF &#8216; &#8216;NEWFILE.DBF&#8217;</p>
<p>SQL>ALTER TABLESPACE cust_ts  RENAME datafile<br />
   &#8216;/u01/app/oracle/mysid/oldname.dbf&#8217;<br />
TO<br />
   &#8216;/u01/app/oracle/mysid/newname.dbf&#8217; ;</p>
<p>Regards,<br />
Dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GAVIN</title>
		<link>http://sysdbaonline.com/?p=62&#038;cpage=1#comment-1158</link>
		<dc:creator>GAVIN</dc:creator>
		<pubDate>Fri, 31 Jul 2009 04:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://sdevang.wordpress.com/?p=62#comment-1158</guid>
		<description>Hi Dev - when you switch the database to copy, the original datafile names are changed. How do you rename the datafiles back to their original names?</description>
		<content:encoded><![CDATA[<p>Hi Dev &#8211; when you switch the database to copy, the original datafile names are changed. How do you rename the datafiles back to their original names?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
