<?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: Start Database Services automatically after instance startup</title>
	<atom:link href="http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/</link>
	<description></description>
	<lastBuildDate>Fri, 28 Oct 2011 11:10:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: itjobs1</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2858</link>
		<dc:creator>itjobs1</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2858</guid>
		<description>This is done with a small perl script that is run as an Oracle Clusterware cluster callout. Cluster callouts are scripts or programs that Oracle Clusterware will run whenever a cluster “event” (like starting or stopping an instance) occurs. It calls these programs with many command-line arguments that can be parsed to determine what the event is about and why it was fired. The program can use these arguments to filter out the events that aren’t interesting to it and act on the events that it wishes to act upon.&lt;br&gt;&lt;br&gt;&lt;br&gt;Find more jobs:    &lt;a href=&quot;http://www.staffingpower.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.staffingpower.com/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This is done with a small perl script that is run as an Oracle Clusterware cluster callout. Cluster callouts are scripts or programs that Oracle Clusterware will run whenever a cluster “event” (like starting or stopping an instance) occurs. It calls these programs with many command-line arguments that can be parsed to determine what the event is about and why it was fired. The program can use these arguments to filter out the events that aren’t interesting to it and act on the events that it wishes to act upon.</p>
<p>Find more jobs:    <a href="http://www.staffingpower.com/" rel="nofollow">http://www.staffingpower.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Norris</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2715</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2715</guid>
		<description>Hi Martin,&lt;br&gt;&lt;br&gt;I&#039;m glad you posted as I was thinking of you specifically when I wrote this. Since I didn&#039;t get your contact information, I&#039;d hoped you would be watching :). Thanks for the question and getting me thinking...</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>I&#39;m glad you posted as I was thinking of you specifically when I wrote this. Since I didn&#39;t get your contact information, I&#39;d hoped you would be watching <img src='http://www.dannorris.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Thanks for the question and getting me thinking&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Decker</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2714</link>
		<dc:creator>Martin Decker</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2714</guid>
		<description>Hi Dan,&lt;br&gt;&lt;br&gt;I was the guy who asked about the autostart during your excellent hotsos symposium presentation. Only now I saw that you also this blog post.  I also found the OTN sample scripts in the meantime and blogged about it, but you were faster... Thanks again.&lt;br&gt;&lt;br&gt;Martin</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>I was the guy who asked about the autostart during your excellent hotsos symposium presentation. Only now I saw that you also this blog post.  I also found the OTN sample scripts in the meantime and blogged about it, but you were faster&#8230; Thanks again.</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denix</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2713</link>
		<dc:creator>Denix</dc:creator>
		<pubDate>Mon, 23 Mar 2009 07:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2713</guid>
		<description>Hi.&lt;br&gt;rac: oracle $ srvctl config db -d DB -a&lt;br&gt;...&lt;br&gt;DB_ROLE: PHYSICAL_STANDBY&lt;br&gt;START_OPTIONS: MOUNT&lt;br&gt;...&lt;br&gt;So You need to change startup option to MOUNT to not OPEN DB&lt;br&gt;there were some bugs that CRS ignored startup options and just opened(read only) DB&lt;br&gt;but they fixed in 10.2.0.4.&lt;br&gt;&lt;br&gt;To start MRP user collout may be used,&lt;br&gt;but it will be much better if it was coded at CRS level&lt;br&gt;&lt;br&gt;Denix</description>
		<content:encoded><![CDATA[<p>Hi.<br />rac: oracle $ srvctl config db -d DB -a<br />&#8230;<br />DB_ROLE: PHYSICAL_STANDBY<br />START_OPTIONS: MOUNT<br />&#8230;<br />So You need to change startup option to MOUNT to not OPEN DB<br />there were some bugs that CRS ignored startup options and just opened(read only) DB<br />but they fixed in 10.2.0.4.</p>
<p>To start MRP user collout may be used,<br />but it will be much better if it was coded at CRS level</p>
<p>Denix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Norris</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2710</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Sat, 21 Mar 2009 01:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2710</guid>
		<description>I think it isn&#039;t recommended because there&#039;s no reliable way to do it. The -r physical_standby option wasn&#039;t really developed (apparently), so all CRS knows how to do is &quot;startup open&quot; and nothing else.&lt;br&gt;&lt;br&gt;In 10g R2, I had good experiences with DG Broker--not sure about versions before then, but I can guess it may not have been so good back in V1 or V2 (DG was introduced in 9i, so that&#039;s basically V1 in my eyes).</description>
		<content:encoded><![CDATA[<p>I think it isn&#39;t recommended because there&#39;s no reliable way to do it. The -r physical_standby option wasn&#39;t really developed (apparently), so all CRS knows how to do is &#8220;startup open&#8221; and nothing else.</p>
<p>In 10g R2, I had good experiences with DG Broker&#8211;not sure about versions before then, but I can guess it may not have been so good back in V1 or V2 (DG was introduced in 9i, so that&#39;s basically V1 in my eyes).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pythian Group - Blog</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2706</link>
		<dc:creator>Pythian Group - Blog</dc:creator>
		<pubDate>Fri, 20 Mar 2009 16:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2706</guid>
		<description>[...] us begin with Oracle this week. Dan Norris illustrates how to start database services automatically after instance startup. Dan says, &#8220;Services are an essential component for managing workload in a RAC environment. [...]</description>
		<content:encoded><![CDATA[<p>[...] us begin with Oracle this week. Dan Norris illustrates how to start database services automatically after instance startup. Dan says, &#8220;Services are an essential component for managing workload in a RAC environment. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Schultz</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2708</link>
		<dc:creator>Charles Schultz</dc:creator>
		<pubDate>Fri, 20 Mar 2009 15:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2708</guid>
		<description>Thanks, I appreciate that. So this really begs the question; &quot;why do they recommend against having CRS put the standby in standby mode?&quot; I am asking from the angle that I have more to learn, and I would like to understand the ramifications of this action.&lt;br&gt;&lt;br&gt;The DG Broker is another beast. I have heard so many good things about it that I am recommending to our group that we start adopting it. We tried it out in 9i and were burned badly (too complicated, too esoteric, not very friendly).&lt;br&gt;&lt;br&gt;PS - In light of this post, I am passing out Jeremy&#039;s whitepaper like candy to the SunGard crowd, because currently they do not support Services which makes my job as a DBA a little more difficult than it needs to be. Funny how the support staff I am talking has no clue what Oracle Services even are. =) Ah well....</description>
		<content:encoded><![CDATA[<p>Thanks, I appreciate that. So this really begs the question; &#8220;why do they recommend against having CRS put the standby in standby mode?&#8221; I am asking from the angle that I have more to learn, and I would like to understand the ramifications of this action.</p>
<p>The DG Broker is another beast. I have heard so many good things about it that I am recommending to our group that we start adopting it. We tried it out in 9i and were burned badly (too complicated, too esoteric, not very friendly).</p>
<p>PS &#8211; In light of this post, I am passing out Jeremy&#39;s whitepaper like candy to the SunGard crowd, because currently they do not support Services which makes my job as a DBA a little more difficult than it needs to be. Funny how the support staff I am talking has no clue what Oracle Services even are. =) Ah well&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Norris</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2703</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Thu, 19 Mar 2009 21:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2703</guid>
		<description>I got some feedback from one of my contacts (suffice it to say this is authoritative information). Basically, they said that they don&#039;t recommend using CRS to put the DB in standby mode. There is a &quot;-r physical_standby&quot; mode that was created, but not used, so avoid it. Instead, DG Broker is the recommended way to manage RAC standbys and it is documented too: &lt;a href=&quot;http://download.oracle.com/docs/cd/B19306_01/server.102/b25159/configbp.htm#CHDEEAIE&quot; rel=&quot;nofollow&quot;&gt;http://download.oracle.com/docs/cd/B19306_01/se...&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hope that helps.</description>
		<content:encoded><![CDATA[<p>I got some feedback from one of my contacts (suffice it to say this is authoritative information). Basically, they said that they don&#39;t recommend using CRS to put the DB in standby mode. There is a &#8220;-r physical_standby&#8221; mode that was created, but not used, so avoid it. Instead, DG Broker is the recommended way to manage RAC standbys and it is documented too: <a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b25159/configbp.htm#CHDEEAIE" rel="nofollow">http://download.oracle.com/docs/cd/B19306_01/se&#8230;</a></p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Norris</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2700</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Thu, 19 Mar 2009 11:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2700</guid>
		<description>Hi Charles,&lt;br&gt;&lt;br&gt;I haven&#039;t seen anything like that in the docs either. I don&#039;t think there&#039;s any way for CRS to handle it as the &quot;agent&quot; for RAC instances isn&#039;t extensible as far as I know. So, to offer this functionality, Clusterware development would have to get involved to support it (at least that&#039;s how I see it--not knowing how things are organized internally there). &lt;br&gt;&lt;br&gt;Your question is a good one and I pinged a few friends that might have some more thoughts. If they don&#039;t post them here (assuming I get responses at all), I&#039;ll summarize and post results.</description>
		<content:encoded><![CDATA[<p>Hi Charles,</p>
<p>I haven&#39;t seen anything like that in the docs either. I don&#39;t think there&#39;s any way for CRS to handle it as the &#8220;agent&#8221; for RAC instances isn&#39;t extensible as far as I know. So, to offer this functionality, Clusterware development would have to get involved to support it (at least that&#39;s how I see it&#8211;not knowing how things are organized internally there). </p>
<p>Your question is a good one and I pinged a few friends that might have some more thoughts. If they don&#39;t post them here (assuming I get responses at all), I&#39;ll summarize and post results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Schultz</title>
		<link>http://www.dannorris.com/2009/03/12/start-database-services-automatically-after-instance-startup/comment-page-1/#comment-2694</link>
		<dc:creator>Charles Schultz</dc:creator>
		<pubDate>Wed, 18 Mar 2009 11:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=350#comment-2694</guid>
		<description>This got me to thinking. The MAA guide does not specify any mount options when adding a standby using srvctl:&lt;br&gt;&lt;a href=&quot;http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10g_RACPrimaryRACPhysicalStandby.pdf&quot; rel=&quot;nofollow&quot;&gt;http://www.oracle.com/technology/deploy/availab...&lt;/a&gt;&lt;br&gt;&lt;br&gt;I am thinking that there is a way to have CRS put the standby in managed recovery mode, but not finding it easy to find in the documentation. Why is it not made more clear, more obvious? Especially if Oracle is touting this thing called &quot;Best Practices&quot; for &quot;Maximum Availability&quot;? =)</description>
		<content:encoded><![CDATA[<p>This got me to thinking. The MAA guide does not specify any mount options when adding a standby using srvctl:<br /><a href="http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10g_RACPrimaryRACPhysicalStandby.pdf" rel="nofollow">http://www.oracle.com/technology/deploy/availab&#8230;</a></p>
<p>I am thinking that there is a way to have CRS put the standby in managed recovery mode, but not finding it easy to find in the documentation. Why is it not made more clear, more obvious? Especially if Oracle is touting this thing called &#8220;Best Practices&#8221; for &#8220;Maximum Availability&#8221;? =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

