<?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 for IT WorldIT World</title>
	<atom:link href="http://blog.yannickjaquier.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yannickjaquier.com</link>
	<description>RDBMS, Unix and many more...</description>
	<lastBuildDate>Wed, 15 May 2013 08:06:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on RMAN configuration with Tivoli Data Protection for Oracle (TDPO) by Yannick</title>
		<link>http://blog.yannickjaquier.com/oracle/rman-configuration-with-tivoli-data-protection-for-oracle-tdpo.html#comment-3749</link>
		<dc:creator>Yannick</dc:creator>
		<pubDate>Wed, 15 May 2013 08:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yannickjaquier.com/?p=966#comment-3749</guid>
		<description><![CDATA[Hi Lodh,

Good and tricky question !

If no controlfile autobackup and a recovery catalog then connect to recovery catalog and issue:
&lt;pre lang=&quot;bash&quot;&gt;
Startup force nomount
restore controlfile;
alter database mount;
recover database;
Alter database open resetlogs;
&lt;/pre&gt;

If no controlfile autobackup and no recovery catalog then it&#039;s even complex because you would need to play with CATALOG command and restore few backupset from tape to local database server disk to catalog them... Not a safe situation for sure !

Reading further Oracle documentation I now think controlfile autobackup is a good idea and do not use that much disk/tape space, so modifying my script: happy ?

Please note that even with controlfile autobackup and no FRA, restore process is not that simple...]]></description>
		<content:encoded><![CDATA[<p>Hi Lodh,</p>
<p>Good and tricky question !</p>
<p>If no controlfile autobackup and a recovery catalog then connect to recovery catalog and issue:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;">Startup force nomount
restore controlfile;
alter database <span style="color: #c20cb9; font-weight: bold;">mount</span>;
recover database;
Alter database open resetlogs;</pre></td></tr></table></div>

<p>If no controlfile autobackup and no recovery catalog then it&#8217;s even complex because you would need to play with CATALOG command and restore few backupset from tape to local database server disk to catalog them&#8230; Not a safe situation for sure !</p>
<p>Reading further Oracle documentation I now think controlfile autobackup is a good idea and do not use that much disk/tape space, so modifying my script: happy ?</p>
<p>Please note that even with controlfile autobackup and no FRA, restore process is not that simple&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tmpfs vs Ramfs vs (Transparent) Huge Pages by Lodh</title>
		<link>http://blog.yannickjaquier.com/linux/tmpfs-vs-ramfs-vs-transparent-huge-pages.html#comment-3748</link>
		<dc:creator>Lodh</dc:creator>
		<pubDate>Wed, 15 May 2013 03:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yannickjaquier.com/?p=1991#comment-3748</guid>
		<description><![CDATA[Thanks Nice post]]></description>
		<content:encoded><![CDATA[<p>Thanks Nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RMAN configuration with Tivoli Data Protection for Oracle (TDPO) by ashish sharma</title>
		<link>http://blog.yannickjaquier.com/oracle/rman-configuration-with-tivoli-data-protection-for-oracle-tdpo.html#comment-3747</link>
		<dc:creator>ashish sharma</dc:creator>
		<pubDate>Wed, 15 May 2013 02:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yannickjaquier.com/?p=966#comment-3747</guid>
		<description><![CDATA[Hi Yannick,


I find the blog truly useful for TDP backup configuration. Its a small guide to start with TDP backup in few minutes.]]></description>
		<content:encoded><![CDATA[<p>Hi Yannick,</p>
<p>I find the blog truly useful for TDP backup configuration. Its a small guide to start with TDP backup in few minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RMAN configuration with Tivoli Data Protection for Oracle (TDPO) by Lodh</title>
		<link>http://blog.yannickjaquier.com/oracle/rman-configuration-with-tivoli-data-protection-for-oracle-tdpo.html#comment-3744</link>
		<dc:creator>Lodh</dc:creator>
		<pubDate>Tue, 14 May 2013 15:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yannickjaquier.com/?p=966#comment-3744</guid>
		<description><![CDATA[Hello Yannick

One thing which confuses me is that - You have switched off controlfile auto backu, then how will you restore your control files using TDPO &amp; RMAN. The only way is to create new controlfiles, mount the DB and then go for rman restore. What say ?

I tried restoring control file but it gives me the below message :-
-- RMAN-06563: control file or SPFILE must be restored using FROM AUTOBACKUP

So i think we need to have a separate controlfile backup on disk somewhere ......]]></description>
		<content:encoded><![CDATA[<p>Hello Yannick</p>
<p>One thing which confuses me is that &#8211; You have switched off controlfile auto backu, then how will you restore your control files using TDPO &amp; RMAN. The only way is to create new controlfiles, mount the DB and then go for rman restore. What say ?</p>
<p>I tried restoring control file but it gives me the below message :-<br />
&#8211; RMAN-06563: control file or SPFILE must be restored using FROM AUTOBACKUP</p>
<p>So i think we need to have a separate controlfile backup on disk somewhere &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who is locking your accounts (ORA-01017 and ORA-28000 errors) ? by a3</title>
		<link>http://blog.yannickjaquier.com/oracle/who-is-locking-your-accounts-ora-01017-and-ora-28000-errors.html#comment-3739</link>
		<dc:creator>a3</dc:creator>
		<pubDate>Sun, 12 May 2013 14:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yannickjaquier.com/?p=1920#comment-3739</guid>
		<description><![CDATA[the second method is more useful,because no reboot of db is needed..

I meet the same situation of locking account,it&#039;s quite noisy...]]></description>
		<content:encoded><![CDATA[<p>the second method is more useful,because no reboot of db is needed..</p>
<p>I meet the same situation of locking account,it&#8217;s quite noisy&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
