<?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: Upgrading Oracle RAC Database -10g</title>
	<atom:link href="http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/</link>
	<description>Writing About Our Experiences With Oracle Databases</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:27:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-9110</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 23 Dec 2011 11:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-9110</guid>
		<description>Yes, while upgrading database you need to bring down database. This has to be done when you run catupgrade.sql which requires you to start database with startup upgrade option</description>
		<content:encoded><![CDATA[<p>Yes, while upgrading database you need to bring down database. This has to be done when you run catupgrade.sql which requires you to start database with startup upgrade option</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @shiv</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-9108</link>
		<dc:creator>@shiv</dc:creator>
		<pubDate>Fri, 23 Dec 2011 06:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-9108</guid>
		<description>In simple way i am asking

While upgrading do we need to bring down whole RAC instance or not, if not then while upgrading why downing the ASM instance  and listener on both node means downing the whole RAC instance.</description>
		<content:encoded><![CDATA[<p>In simple way i am asking</p>
<p>While upgrading do we need to bring down whole RAC instance or not, if not then while upgrading why downing the ASM instance  and listener on both node means downing the whole RAC instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-9107</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 23 Dec 2011 06:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-9107</guid>
		<description>hi Shiv,

As I mentioned in above line , you cannot upgrade database in rolling fashion. You can only upgrade oracle clusterware in rolling fashion and once done you need to bring db down and can run catupgrade.sql by again starting database

Regards
Amit</description>
		<content:encoded><![CDATA[<p>hi Shiv,</p>
<p>As I mentioned in above line , you cannot upgrade database in rolling fashion. You can only upgrade oracle clusterware in rolling fashion and once done you need to bring db down and can run catupgrade.sql by again starting database</p>
<p>Regards<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @shiv</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-9105</link>
		<dc:creator>@shiv</dc:creator>
		<pubDate>Fri, 23 Dec 2011 05:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-9105</guid>
		<description>When we down the ASM file system and listener on both nodes 
the given step in 3

3) Shutdown Database Instance and ASM instance on node (if present)

[oracle@blrraclnx1 ~]$  srvctl stop database -d orcl

To stop ASM, use following command on both the nodes

[oracle@blrraclnx1 ~]$ srvctl stop asm -n blrraclnx1
[oracle@blrraclnx1 ~]$ srvctl stop asm -n blrraclnx2

4)Next step is to stop Listener on both the nodes

[oracle@blrraclnx1 ~]$ srvctl stop listener -n blrraclnx1 -l LISTENER1_BLRRACLNX1
[oracle@blrraclnx1 ~]$ srvctl stop listener -n blrraclnx2 -l LISTENER1_BLRRACLNX2


the application which are using the database not able to access the database.

If ASM is instance is down in RAC instance is also down,
because how may instance in RAC those all are using only one ASM instance and it considered as RAC database down.

This as a down time to RAC database.</description>
		<content:encoded><![CDATA[<p>When we down the ASM file system and listener on both nodes<br />
the given step in 3</p>
<p>3) Shutdown Database Instance and ASM instance on node (if present)</p>
<p>[oracle@blrraclnx1 ~]$  srvctl stop database -d orcl</p>
<p>To stop ASM, use following command on both the nodes</p>
<p>[oracle@blrraclnx1 ~]$ srvctl stop asm -n blrraclnx1<br />
[oracle@blrraclnx1 ~]$ srvctl stop asm -n blrraclnx2</p>
<p>4)Next step is to stop Listener on both the nodes</p>
<p>[oracle@blrraclnx1 ~]$ srvctl stop listener -n blrraclnx1 -l LISTENER1_BLRRACLNX1<br />
[oracle@blrraclnx1 ~]$ srvctl stop listener -n blrraclnx2 -l LISTENER1_BLRRACLNX2</p>
<p>the application which are using the database not able to access the database.</p>
<p>If ASM is instance is down in RAC instance is also down,<br />
because how may instance in RAC those all are using only one ASM instance and it considered as RAC database down.</p>
<p>This as a down time to RAC database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olu_jolly</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-8096</link>
		<dc:creator>olu_jolly</dc:creator>
		<pubDate>Tue, 01 Mar 2011 10:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-8096</guid>
		<description>very useful blog, just finished upgrading my rac database using your post, but an observation.

When i used alter system set cluster_database=false scope=spfile command i have having errors, so i used

alter system set cluster_database=false scope=spfile sid=&#039;sid_name&#039;</description>
		<content:encoded><![CDATA[<p>very useful blog, just finished upgrading my rac database using your post, but an observation.</p>
<p>When i used alter system set cluster_database=false scope=spfile command i have having errors, so i used</p>
<p>alter system set cluster_database=false scope=spfile sid=&#8217;sid_name&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-8083</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sun, 30 Jan 2011 03:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-8083</guid>
		<description>Hi All, trying to install the patch set 10098816 on 11.2.0.1 on RHEL in RAC and ASM. Plan to do a out-of-place upgrade.
What are the detail steps ? 
email - online_dba@rediffmail.com</description>
		<content:encoded><![CDATA[<p>Hi All, trying to install the patch set 10098816 on 11.2.0.1 on RHEL in RAC and ASM. Plan to do a out-of-place upgrade.<br />
What are the detail steps ?<br />
email &#8211; <a href="mailto:online_dba@rediffmail.com">online_dba@rediffmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Sood</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-8047</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Sun, 19 Dec 2010 15:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-8047</guid>
		<description>csk,

In a non-rolling upgrade you can bring down complete oracle stack at once and start patching. Other than this the steps are same for patching.

Regards,
Saurabh Sood</description>
		<content:encoded><![CDATA[<p>csk,</p>
<p>In a non-rolling upgrade you can bring down complete oracle stack at once and start patching. Other than this the steps are same for patching.</p>
<p>Regards,<br />
Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: csk</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-8046</link>
		<dc:creator>csk</dc:creator>
		<pubDate>Sun, 19 Dec 2010 08:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-8046</guid>
		<description>Hi,

I am doing Oracle 10g R2 RAC(10.2.0.3.0) Production Database upgrade to 10.2.0.5.0 shortly. We dont have test instance on RAC.

I am planning to do Non-Rolling upgrade as I have not  Rolling upgrade. We have taken sufficient downtime.

Does any one of you have steps to Non-Rolling upgrade for Oracle 10g R2 RAC?

Rgds,
CSK</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am doing Oracle 10g R2 RAC(10.2.0.3.0) Production Database upgrade to 10.2.0.5.0 shortly. We dont have test instance on RAC.</p>
<p>I am planning to do Non-Rolling upgrade as I have not  Rolling upgrade. We have taken sufficient downtime.</p>
<p>Does any one of you have steps to Non-Rolling upgrade for Oracle 10g R2 RAC?</p>
<p>Rgds,<br />
CSK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RajiReddy</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-8021</link>
		<dc:creator>RajiReddy</dc:creator>
		<pubDate>Thu, 02 Dec 2010 00:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-8021</guid>
		<description>Nice Article...It&#039;s worth</description>
		<content:encoded><![CDATA[<p>Nice Article&#8230;It&#8217;s worth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-8016</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Wed, 24 Nov 2010 09:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-8016</guid>
		<description>Thanks Murali :)

-Amit</description>
		<content:encoded><![CDATA[<p>Thanks Murali <img src='http://askdba.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murali</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-8013</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Fri, 19 Nov 2010 17:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-8013</guid>
		<description>Excellent article, Amit.  The screenshots help tremendously.  Oracle support should just repleace their &quot;Readme&quot; with your article.  :)</description>
		<content:encoded><![CDATA[<p>Excellent article, Amit.  The screenshots help tremendously.  Oracle support should just repleace their &#8220;Readme&#8221; with your article.  <img src='http://askdba.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-7879</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 02 Jul 2010 06:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-7879</guid>
		<description>I did this upgrade long back. As far as I remember , root102.sh will automatically start the CRS and other resources.

-Amit</description>
		<content:encoded><![CDATA[<p>I did this upgrade long back. As far as I remember , root102.sh will automatically start the CRS and other resources.</p>
<p>-Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-7878</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Fri, 02 Jul 2010 05:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-7878</guid>
		<description>Any update on above doubt?</description>
		<content:encoded><![CDATA[<p>Any update on above doubt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-7873</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Wed, 30 Jun 2010 10:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-7873</guid>
		<description>Hi,

In clusterware upgradation, for node1 you did shutdown and then performed upgradation. After upgradation do we need to start up the node1 before shutting down the node2 for upgradation? or we require minimal downtime here?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>In clusterware upgradation, for node1 you did shutdown and then performed upgradation. After upgradation do we need to start up the node1 before shutting down the node2 for upgradation? or we require minimal downtime here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-7869</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 25 Jun 2010 04:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-7869</guid>
		<description>Inder,

I think I am also stopping the CRS only before running root102.sh (Step 6). Can you point the step where I have mentioned that we need to stop CRS on both nodes simultaneously.

Regards
Amit</description>
		<content:encoded><![CDATA[<p>Inder,</p>
<p>I think I am also stopping the CRS only before running root102.sh (Step 6). Can you point the step where I have mentioned that we need to stop CRS on both nodes simultaneously.</p>
<p>Regards<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inder</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-7867</link>
		<dc:creator>Inder</dc:creator>
		<pubDate>Fri, 25 Jun 2010 03:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-7867</guid>
		<description>Why we need to stop the CRS on Node 1 which is initiating CRS. As per my knowledge, you don;t need to stop anything and at the very end we only need to stop crs on node basis to execute root102.sh</description>
		<content:encoded><![CDATA[<p>Why we need to stop the CRS on Node 1 which is initiating CRS. As per my knowledge, you don;t need to stop anything and at the very end we only need to stop crs on node basis to execute root102.sh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oracle RAC DBA &#171; Oracle DBA Blogs Index</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-7819</link>
		<dc:creator>Oracle RAC DBA &#171; Oracle DBA Blogs Index</dc:creator>
		<pubDate>Mon, 03 May 2010 09:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-7819</guid>
		<description>[...] Upgrading Oracle RAC database Possibly related posts: (automatically generated)Oracle BooksOracle iAS DBAOracle Applications DBA [...]</description>
		<content:encoded><![CDATA[<p>[...] Upgrading Oracle RAC database Possibly related posts: (automatically generated)Oracle BooksOracle iAS DBAOracle Applications DBA [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-7484</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 29 Oct 2009 13:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-7484</guid>
		<description>Sandeep, 
 
I would recommend reading patch readme for details..generally for applying patchsets we do not have OS pre-requisites as these are taken care at time of base installation. 
 
cheers 
Amit </description>
		<content:encoded><![CDATA[<p>Sandeep, </p>
<p>I would recommend reading patch readme for details..generally for applying patchsets we do not have OS pre-requisites as these are taken care at time of base installation. </p>
<p>cheers<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-7478</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Thu, 29 Oct 2009 11:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-7478</guid>
		<description>Btw ..are there O/S prerequisites for the upgrade? </description>
		<content:encoded><![CDATA[<p>Btw ..are there O/S prerequisites for the upgrade?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://askdba.org/weblog/2008/08/upgrading-oracle-rac-database-10g/#comment-7477</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Thu, 29 Oct 2009 11:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=171#comment-7477</guid>
		<description>Fantastic Post Amit...keep up the good work !!! 
 </description>
		<content:encoded><![CDATA[<p>Fantastic Post Amit&#8230;keep up the good work !!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: askdba.org @ 2012-02-12 16:09:49 by W3 Total Cache -->
