<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Excess redo log generation during Hot Backup &#8211; Oracle 9i</title>
	<atom:link href="http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/feed/" rel="self" type="application/rss+xml" />
	<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/</link>
	<description>Beyond Knowledge</description>
	<lastBuildDate>Thu, 02 Feb 2012 12:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: sanjeev</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-8831</link>
		<dc:creator><![CDATA[sanjeev]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 11:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-8831</guid>
		<description><![CDATA[That is great Advait, its really wonderful description on accessive redo generation.]]></description>
		<content:encoded><![CDATA[<p>That is great Advait, its really wonderful description on accessive redo generation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asha singh</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-8081</link>
		<dc:creator><![CDATA[asha singh]]></dc:creator>
		<pubDate>Thu, 21 Oct 2010 11:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-8081</guid>
		<description><![CDATA[Differnce between full backup, whole backup &amp; partial Backup]]></description>
		<content:encoded><![CDATA[<p>Differnce between full backup, whole backup &amp; partial Backup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreenivas</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-7772</link>
		<dc:creator><![CDATA[Sreenivas]]></dc:creator>
		<pubDate>Sat, 07 Aug 2010 10:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-7772</guid>
		<description><![CDATA[Nice explanation.thanks]]></description>
		<content:encoded><![CDATA[<p>Nice explanation.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramesh</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-7752</link>
		<dc:creator><![CDATA[ramesh]]></dc:creator>
		<pubDate>Tue, 20 Jul 2010 18:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-7752</guid>
		<description><![CDATA[Hi

I have one doubt regarding when tablespace or datafile is in offline 
what is the bagground process how to see]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have one doubt regarding when tablespace or datafile is in offline<br />
what is the bagground process how to see</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagar B V</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-7326</link>
		<dc:creator><![CDATA[Sagar B V]]></dc:creator>
		<pubDate>Mon, 01 Feb 2010 15:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-7326</guid>
		<description><![CDATA[Hi everyone,

Really good explanation for junior DBA&#039;s...!

Thanks a lot]]></description>
		<content:encoded><![CDATA[<p>Hi everyone,</p>
<p>Really good explanation for junior DBA&#8217;s&#8230;!</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akhil mahajan</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-6196</link>
		<dc:creator><![CDATA[akhil mahajan]]></dc:creator>
		<pubDate>Mon, 27 Jul 2009 07:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-6196</guid>
		<description><![CDATA[Originally posted by the article writer
&quot;Question arises, why Oracle has to copy the complete block to redo log files. As you have seen above that during copy of datafile, there can be many fractured blocks, and during restore and recovery its going to put those block back and try to recover. Now assume that block is fractured and oracle has minimum information that it generates in the redo. Under such condition it wont be possible for Oracle to recover such blocks. So instead Oracle just copies the entire block back from redo log files to datafiles during recovery process. This will make the datafile consistent. So recovery process is very important which takes care of all fractured blocks and makes it possible to recover a database.&quot;

The question is still unanswered. Why can&#039;t the Oracle just go on to apply the changed entries in the block and why is the redo of whole block generated? I understand that the redo generated is minimal but we actually don&#039;t need the redo of whole block. Isn&#039;t it? 
I have never come across the right explanation for this question. I hope u ll help me.]]></description>
		<content:encoded><![CDATA[<p>Originally posted by the article writer<br />
&#8220;Question arises, why Oracle has to copy the complete block to redo log files. As you have seen above that during copy of datafile, there can be many fractured blocks, and during restore and recovery its going to put those block back and try to recover. Now assume that block is fractured and oracle has minimum information that it generates in the redo. Under such condition it wont be possible for Oracle to recover such blocks. So instead Oracle just copies the entire block back from redo log files to datafiles during recovery process. This will make the datafile consistent. So recovery process is very important which takes care of all fractured blocks and makes it possible to recover a database.&#8221;</p>
<p>The question is still unanswered. Why can&#8217;t the Oracle just go on to apply the changed entries in the block and why is the redo of whole block generated? I understand that the redo generated is minimal but we actually don&#8217;t need the redo of whole block. Isn&#8217;t it?<br />
I have never come across the right explanation for this question. I hope u ll help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeevan</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-5548</link>
		<dc:creator><![CDATA[jeevan]]></dc:creator>
		<pubDate>Sat, 30 May 2009 18:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-5548</guid>
		<description><![CDATA[Hi all masters,

I have a doubt,since data gets written in to the datafiles,why should the complete blocks get written in to the redologs.Is there any use with that stuff?
Why can&#039;t the redolog process go as asusual ?

Regards
Jeevan]]></description>
		<content:encoded><![CDATA[<p>Hi all masters,</p>
<p>I have a doubt,since data gets written in to the datafiles,why should the complete blocks get written in to the redologs.Is there any use with that stuff?<br />
Why can&#8217;t the redolog process go as asusual ?</p>
<p>Regards<br />
Jeevan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirnay Jaiswal</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-4088</link>
		<dc:creator><![CDATA[Nirnay Jaiswal]]></dc:creator>
		<pubDate>Mon, 23 Mar 2009 08:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-4088</guid>
		<description><![CDATA[Hi Prthvira,

Nothing is written to datafiles from archived redo logs, after the hot backup ends. Only the datafile header is updated with the current scn.

Now, why it is compulsory to put database in archive log mode during hot backup? Because when you start copying the datafile thru O/S commands it takes some time for copying the file, say at time t1 you start to copy the file datafile ‘dat01.dbf’ to ‘dat01_bak.dbf’ and the SCN was SCN1 and when the copying was finished at time t2 then the SCN has changed to SCN1 + N. So you have blocks in your copied file  ‘dat01_bak.dbf’ which have the SCN ranging from SCN1 to SCN1 + N. But all the blocks have to be with the same SCN to be consistent, and to be used. So to make the backup copy file ‘dat01_bak.dbf’ consistent, you need to have the archive logs starting from SCN1 to SCN1 + N.


------ Hope this Helps -------

 Nirnay Jaiswal]]></description>
		<content:encoded><![CDATA[<p>Hi Prthvira,</p>
<p>Nothing is written to datafiles from archived redo logs, after the hot backup ends. Only the datafile header is updated with the current scn.</p>
<p>Now, why it is compulsory to put database in archive log mode during hot backup? Because when you start copying the datafile thru O/S commands it takes some time for copying the file, say at time t1 you start to copy the file datafile ‘dat01.dbf’ to ‘dat01_bak.dbf’ and the SCN was SCN1 and when the copying was finished at time t2 then the SCN has changed to SCN1 + N. So you have blocks in your copied file  ‘dat01_bak.dbf’ which have the SCN ranging from SCN1 to SCN1 + N. But all the blocks have to be with the same SCN to be consistent, and to be used. So to make the backup copy file ‘dat01_bak.dbf’ consistent, you need to have the archive logs starting from SCN1 to SCN1 + N.</p>
<p>&#8212;&#8212; Hope this Helps &#8212;&#8212;-</p>
<p> Nirnay Jaiswal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sridhar</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-3081</link>
		<dc:creator><![CDATA[sridhar]]></dc:creator>
		<pubDate>Tue, 03 Feb 2009 14:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-3081</guid>
		<description><![CDATA[HI,

i want to know y do we apply arichive before media recovery.

Thanks,
kola.sreedhar]]></description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>i want to know y do we apply arichive before media recovery.</p>
<p>Thanks,<br />
kola.sreedhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prthvira</title>
		<link>http://avdeo.com/2008/05/27/excess-redo-log-generation-during-hot-backup-oracle-9i/#comment-1554</link>
		<dc:creator><![CDATA[prthvira]]></dc:creator>
		<pubDate>Thu, 30 Oct 2008 13:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://advait.wordpress.com/?p=392#comment-1554</guid>
		<description><![CDATA[great information, but one query, once we end hot backups,SCN in datafile header is updated to current scn, at that time do any changes, inserts happened during backup are written to datafile from archived redo logs. if not then why it is compulsary to put database in archive log mode during hot backups?.(i am not concerned about restore and recover but only about hot backup process)]]></description>
		<content:encoded><![CDATA[<p>great information, but one query, once we end hot backups,SCN in datafile header is updated to current scn, at that time do any changes, inserts happened during backup are written to datafile from archived redo logs. if not then why it is compulsary to put database in archive log mode during hot backups?.(i am not concerned about restore and recover but only about hot backup process)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

