<?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 AskDba.org Weblog</title>
	<atom:link href="http://askdba.org/weblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://askdba.org/weblog</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>Comment on Solving ORA-1031 while connecting as &#8220;/ as sysdba&#8221; : by Amit</title>
		<link>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/#comment-9237</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 09 Feb 2012 14:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=42#comment-9237</guid>
		<description>Thanks mindinpanic. I have incorporated the comment in article. Appreciate your input.</description>
		<content:encoded><![CDATA[<p>Thanks mindinpanic. I have incorporated the comment in article. Appreciate your input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solving ORA-1031 while connecting as &#8220;/ as sysdba&#8221; : by mindinpanic</title>
		<link>http://askdba.org/weblog/2008/05/ora-1031-as-sysdba/#comment-9235</link>
		<dc:creator>mindinpanic</dc:creator>
		<pubDate>Wed, 08 Feb 2012 16:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/?p=42#comment-9235</guid>
		<description>Sorry for my bad english(((
And 6 step is that you must run sqlpus from bin directory of your oracle server</description>
		<content:encoded><![CDATA[<p>Sorry for my bad english(((<br />
And 6 step is that you must run sqlpus from bin directory of your oracle server</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ORA-00132 while starting 11gR2 database by Claudiomiro Caetano</title>
		<link>http://askdba.org/weblog/2011/05/ora-00132-while-starting-11gr2-database/#comment-9233</link>
		<dc:creator>Claudiomiro Caetano</dc:creator>
		<pubDate>Wed, 08 Feb 2012 11:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1100#comment-9233</guid>
		<description>Simple and effective.
Thanks a lot, it solved my issue.</description>
		<content:encoded><![CDATA[<p>Simple and effective.<br />
Thanks a lot, it solved my issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 11gR2 Silent Install errors with [SEVERE] &#8211; Invalid My Oracle Support credentials by Chris Bode</title>
		<link>http://askdba.org/weblog/2010/05/11gr2-silent-install-errors-with-severe-invalid-my-oracle-support-credentials/#comment-9232</link>
		<dc:creator>Chris Bode</dc:creator>
		<pubDate>Wed, 08 Feb 2012 03:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=881#comment-9232</guid>
		<description>one additional note, for this to work you have to remove your login info from the response file otherwise it still generates the error</description>
		<content:encoded><![CDATA[<p>one additional note, for this to work you have to remove your login info from the response file otherwise it still generates the error</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic Storage Management (ASM) FAQ by Saurabh Sood</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-9227</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Mon, 30 Jan 2012 03:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-9227</guid>
		<description>Hi Pawan,

We cannot force the writes to a specific disk. At least I am not aware of any such thing.
Oracle will write the primary-copy to any disk in a normal redundancy environment.
The default behavior is to read from the primary-copy, which can be alterted by the parameter that you have mentioned.
If we assume that all the data is written simultaneously to one disk, there are chances of performance degradation as the same disk controller will be active at one time to do I/Os.

- Saurabh Sood</description>
		<content:encoded><![CDATA[<p>Hi Pawan,</p>
<p>We cannot force the writes to a specific disk. At least I am not aware of any such thing.<br />
Oracle will write the primary-copy to any disk in a normal redundancy environment.<br />
The default behavior is to read from the primary-copy, which can be alterted by the parameter that you have mentioned.<br />
If we assume that all the data is written simultaneously to one disk, there are chances of performance degradation as the same disk controller will be active at one time to do I/Os.</p>
<p>- Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic Storage Management (ASM) FAQ by Amit</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-9225</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Sun, 29 Jan 2012 13:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-9225</guid>
		<description>hi Pawan,

ASM_PREFERRED_READ_FAILURE_GROUPS is mainly used for RAC instances and that too stretch clusters i.e when RAC nodes are not sitting in same cluster. On single instance it doesn&#039;t make any sense. Refer to oracle doc to read more about this

http://docs.oracle.com/cd/E11882_01/rac.112/e16795/storage.htm#RACAD820

Cheers
Amit</description>
		<content:encoded><![CDATA[<p>hi Pawan,</p>
<p>ASM_PREFERRED_READ_FAILURE_GROUPS is mainly used for RAC instances and that too stretch clusters i.e when RAC nodes are not sitting in same cluster. On single instance it doesn&#8217;t make any sense. Refer to oracle doc to read more about this</p>
<p><a href="http://docs.oracle.com/cd/E11882_01/rac.112/e16795/storage.htm#RACAD820" rel="nofollow">http://docs.oracle.com/cd/E11882_01/rac.112/e16795/storage.htm#RACAD820</a></p>
<p>Cheers<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic Storage Management (ASM) FAQ by PAWAN</title>
		<link>http://askdba.org/weblog/2008/07/automatic-storage-management-asm-faq/#comment-9224</link>
		<dc:creator>PAWAN</dc:creator>
		<pubDate>Sun, 29 Jan 2012 11:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=140#comment-9224</guid>
		<description>HI,
i am newbie....

please guide me!

My manager asked me to configure ASM in 11g with single instance database!
with Normal redundancy with two disks as one disgroup(mirror)
he asked me two copies of data wil be there in two disks respectively...
he wants to write data to one disk and read data from one disk and he suggested me that.... using preferred Mirror Read 11g we can achieve this!

guide me...is there any document for this....

please ........</description>
		<content:encoded><![CDATA[<p>HI,<br />
i am newbie&#8230;.</p>
<p>please guide me!</p>
<p>My manager asked me to configure ASM in 11g with single instance database!<br />
with Normal redundancy with two disks as one disgroup(mirror)<br />
he asked me two copies of data wil be there in two disks respectively&#8230;<br />
he wants to write data to one disk and read data from one disk and he suggested me that&#8230;. using preferred Mirror Read 11g we can achieve this!</p>
<p>guide me&#8230;is there any document for this&#8230;.</p>
<p>please &#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Allocation Unit and Extents In ASM by PAWAN</title>
		<link>http://askdba.org/weblog/2008/05/allocation-unit-and-extents-in-asm/#comment-9223</link>
		<dc:creator>PAWAN</dc:creator>
		<pubDate>Sun, 29 Jan 2012 10:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://askoracledba.wordpress.com/2008/05/20/allocation-unit-and-extents-in-asm/#comment-9223</guid>
		<description>HI,
i am newbie....

please guide me!

My manager asked me to configure ASM in 11g with single instance database!
with Normal redundancy with two disks as one disgroup(mirror)
he asked me two copies of data wil be there in two disks respectively...
he wants to write data to one disk and read data from one disk and he suggested me that.... using preferred Mirror Read 11g we can achieve this!

guide me...is there any document for this....

please ........</description>
		<content:encoded><![CDATA[<p>HI,<br />
i am newbie&#8230;.</p>
<p>please guide me!</p>
<p>My manager asked me to configure ASM in 11g with single instance database!<br />
with Normal redundancy with two disks as one disgroup(mirror)<br />
he asked me two copies of data wil be there in two disks respectively&#8230;<br />
he wants to write data to one disk and read data from one disk and he suggested me that&#8230;. using preferred Mirror Read 11g we can achieve this!</p>
<p>guide me&#8230;is there any document for this&#8230;.</p>
<p>please &#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizer Choosing Nested-Loop Joins Instead of Hash-Joins by Saurabh Sood</title>
		<link>http://askdba.org/weblog/2012/01/optimizer-choosing-nested-loop-joins-instead-of-hash-joins/#comment-9170</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Sat, 21 Jan 2012 03:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1594#comment-9170</guid>
		<description>@Ganesh: The global stats were up-to-date for both the databases, though I did not check the col stats.

But the automated gather_stats_job ran next day as its schedule and after that the optimizer picked the correct plan..

So it was still unknown why the optimizer changed its behavior suddenly???</description>
		<content:encoded><![CDATA[<p>@Ganesh: The global stats were up-to-date for both the databases, though I did not check the col stats.</p>
<p>But the automated gather_stats_job ran next day as its schedule and after that the optimizer picked the correct plan..</p>
<p>So it was still unknown why the optimizer changed its behavior suddenly???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizer Choosing Nested-Loop Joins Instead of Hash-Joins by Ganesh</title>
		<link>http://askdba.org/weblog/2012/01/optimizer-choosing-nested-loop-joins-instead-of-hash-joins/#comment-9169</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Fri, 20 Jan 2012 04:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1594#comment-9169</guid>
		<description>Verify DBA_TAB_COL_STATISTICS in both database for those tables to get information on histograms.

select owner,job_name,schedule_name,enabled,state,last_start_date from DBA_SCHEDULER_JOBS</description>
		<content:encoded><![CDATA[<p>Verify DBA_TAB_COL_STATISTICS in both database for those tables to get information on histograms.</p>
<p>select owner,job_name,schedule_name,enabled,state,last_start_date from DBA_SCHEDULER_JOBS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizer Choosing Nested-Loop Joins Instead of Hash-Joins by Ganesh</title>
		<link>http://askdba.org/weblog/2012/01/optimizer-choosing-nested-loop-joins-instead-of-hash-joins/#comment-9168</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Fri, 20 Jan 2012 03:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1594#comment-9168</guid>
		<description>Hope you have checked the global stats on those tables</description>
		<content:encoded><![CDATA[<p>Hope you have checked the global stats on those tables</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 11g: Multiple failed login attempt can block New Application connections by Amit</title>
		<link>http://askdba.org/weblog/2012/01/11g-multiple-failed-login-attempt-can-block-new-application-connections/#comment-9167</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Fri, 20 Jan 2012 03:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1603#comment-9167</guid>
		<description>Thanks Suvv and Anand for your comments...</description>
		<content:encoded><![CDATA[<p>Thanks Suvv and Anand for your comments&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizer Choosing Nested-Loop Joins Instead of Hash-Joins by mdinh</title>
		<link>http://askdba.org/weblog/2012/01/optimizer-choosing-nested-loop-joins-instead-of-hash-joins/#comment-9166</link>
		<dc:creator>mdinh</dc:creator>
		<pubDate>Fri, 20 Jan 2012 00:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1594#comment-9166</guid>
		<description>I am curious if you find anything. Having almost identical issues, CBO chose MJ vs HJ.</description>
		<content:encoded><![CDATA[<p>I am curious if you find anything. Having almost identical issues, CBO chose MJ vs HJ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 11g: Multiple failed login attempt can block New Application connections by Anand</title>
		<link>http://askdba.org/weblog/2012/01/11g-multiple-failed-login-attempt-can-block-new-application-connections/#comment-9165</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Thu, 19 Jan 2012 12:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1603#comment-9165</guid>
		<description>Nice one.Thanks for sharing :)

Regards,
Anand</description>
		<content:encoded><![CDATA[<p>Nice one.Thanks for sharing <img src='http://askdba.org/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,<br />
Anand</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 11g: Multiple failed login attempt can block New Application connections by Suvv</title>
		<link>http://askdba.org/weblog/2012/01/11g-multiple-failed-login-attempt-can-block-new-application-connections/#comment-9164</link>
		<dc:creator>Suvv</dc:creator>
		<pubDate>Thu, 19 Jan 2012 11:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1603#comment-9164</guid>
		<description>Interesting ! Good article Amit !</description>
		<content:encoded><![CDATA[<p>Interesting ! Good article Amit !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizer Choosing Nested-Loop Joins Instead of Hash-Joins by Saurabh Sood</title>
		<link>http://askdba.org/weblog/2012/01/optimizer-choosing-nested-loop-joins-instead-of-hash-joins/#comment-9163</link>
		<dc:creator>Saurabh Sood</dc:creator>
		<pubDate>Thu, 19 Jan 2012 08:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1594#comment-9163</guid>
		<description>Thanks Yasser,

But the pga usage does not impact the hash joins, if the hash table is not able to fit in the memory, optimizer will break it into partitions and move the partitions into disk.
Conceptually, it should not cause change in optimizer behavior.

Regards,
Saurabh Sood</description>
		<content:encoded><![CDATA[<p>Thanks Yasser,</p>
<p>But the pga usage does not impact the hash joins, if the hash table is not able to fit in the memory, optimizer will break it into partitions and move the partitions into disk.<br />
Conceptually, it should not cause change in optimizer behavior.</p>
<p>Regards,<br />
Saurabh Sood</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizer Choosing Nested-Loop Joins Instead of Hash-Joins by Yasser</title>
		<link>http://askdba.org/weblog/2012/01/optimizer-choosing-nested-loop-joins-instead-of-hash-joins/#comment-9161</link>
		<dc:creator>Yasser</dc:creator>
		<pubDate>Thu, 19 Jan 2012 04:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1594#comment-9161</guid>
		<description>Have a look on PGA usage, but not sure about direct impact on Join methods because of PGA usage.</description>
		<content:encoded><![CDATA[<p>Have a look on PGA usage, but not sure about direct impact on Join methods because of PGA usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silent Install :OUI-10133:Invalid staging area Error by Avi</title>
		<link>http://askdba.org/weblog/2009/05/silent-install-oui-10133invalid-staging-area-error/#comment-9160</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=446#comment-9160</guid>
		<description>In windows installation it should be
FROM_LOCATION=&quot;.\Stage\Products.xml&quot;
right?</description>
		<content:encoded><![CDATA[<p>In windows installation it should be<br />
FROM_LOCATION=&#8221;.\Stage\Products.xml&#8221;<br />
right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silent Install :OUI-10133:Invalid staging area Error by Avi</title>
		<link>http://askdba.org/weblog/2009/05/silent-install-oui-10133invalid-staging-area-error/#comment-9159</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=446#comment-9159</guid>
		<description>If I perform the installation on windows it&#039;s suppose to be:
FROM_LOCATION=&quot;.\Stage\Products.xml&quot;
right?</description>
		<content:encoded><![CDATA[<p>If I perform the installation on windows it&#8217;s suppose to be:<br />
FROM_LOCATION=&#8221;.\Stage\Products.xml&#8221;<br />
right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CRS-4640 Error on Starting 11gR2 clusterware by Zaman</title>
		<link>http://askdba.org/weblog/2011/09/crs-4640-error-on-starting-11gr2-clusterware/#comment-9157</link>
		<dc:creator>Zaman</dc:creator>
		<pubDate>Tue, 17 Jan 2012 07:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://askdba.org/weblog/?p=1249#comment-9157</guid>
		<description>Great sharing of this experience......</description>
		<content:encoded><![CDATA[<p>Great sharing of this experience&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: askdba.org @ 2012-02-10 04:12:18 by W3 Total Cache -->
