<?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: Increasing Priority of lgwr Process using _high_priority_processes</title>
	<atom:link href="http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/feed/" rel="self" type="application/rss+xml" />
	<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/</link>
	<description>Just another Oracle blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:28:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: osborne</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-82445</link>
		<dc:creator>osborne</dc:creator>
		<pubDate>Thu, 12 Jan 2012 01:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-82445</guid>
		<description>Tri Tuc,

  The answer is maybe it could help. Those wait events are related to moving blocks between RAC nodes, so the best resolution would be to figure out why so many blocks have to move (as opposed to just rtying to make the move faster). Maybe some sort of workload partitioning would work better. 

Kerry</description>
		<content:encoded><![CDATA[<p>Tri Tuc,</p>
<p>  The answer is maybe it could help. Those wait events are related to moving blocks between RAC nodes, so the best resolution would be to figure out why so many blocks have to move (as opposed to just rtying to make the move faster). Maybe some sort of workload partitioning would work better. </p>
<p>Kerry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tri Tuc</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-82100</link>
		<dc:creator>Tri Tuc</dc:creator>
		<pubDate>Tue, 10 Jan 2012 04:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-82100</guid>
		<description>Hi Kerry,

Our system is Rac 3 nodes 10.2.0.4

In Top 5 Timed Events 

gcs log flush sync 2,324,321 2,311 1 8.6 Other 
gc cr block busy 308,219 2,079 7 7.7 Cluster 

cpu_count = 128
_high_priority_processes	LMS*	LMS*

--&gt; do i need 
alter system set &quot;_high_priority_processes&quot;=&quot;LMS*&#124;LGWR*&quot; scope=spfile sid=&#039;*&#039;;

if &quot;yes&quot;, do you have any recommendation for me.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Kerry,</p>
<p>Our system is Rac 3 nodes 10.2.0.4</p>
<p>In Top 5 Timed Events </p>
<p>gcs log flush sync 2,324,321 2,311 1 8.6 Other<br />
gc cr block busy 308,219 2,079 7 7.7 Cluster </p>
<p>cpu_count = 128<br />
_high_priority_processes	LMS*	LMS*</p>
<p>&#8211;&gt; do i need<br />
alter system set &#8220;_high_priority_processes&#8221;=&#8221;LMS*|LGWR*&#8221; scope=spfile sid=&#8217;*';</p>
<p>if &#8220;yes&#8221;, do you have any recommendation for me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osborne</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-73120</link>
		<dc:creator>osborne</dc:creator>
		<pubDate>Wed, 16 Nov 2011 16:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-73120</guid>
		<description>By the way, I was asked if there was a reason to increase priority on pmon. The answer is no. It is just an example. I&#039;m not suggesting to increase pmon priority to improve log file sync times.</description>
		<content:encoded><![CDATA[<p>By the way, I was asked if there was a reason to increase priority on pmon. The answer is no. It is just an example. I&#8217;m not suggesting to increase pmon priority to improve log file sync times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mutex waits. Part II. &#8220;Cursor: Pin S&#8221; in Oracle 11.2 _mutex_wait_scheme=0. Steps out of shadow. &#171; Latch, mutex and beyond</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-68821</link>
		<dc:creator>Mutex waits. Part II. &#8220;Cursor: Pin S&#8221; in Oracle 11.2 _mutex_wait_scheme=0. Steps out of shadow. &#171; Latch, mutex and beyond</dc:creator>
		<pubDate>Tue, 25 Oct 2011 16:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-68821</guid>
		<description>[...] are not preempted by lower priority processes. We know that since 10g some of Oracle processes have Real-Time priority. By default only LMS and VKTM processes scheduled in RT class. These processes do not use mutexes. [...]</description>
		<content:encoded><![CDATA[<p>[...] are not preempted by lower priority processes. We know that since 10g some of Oracle processes have Real-Time priority. By default only LMS and VKTM processes scheduled in RT class. These processes do not use mutexes. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osborne</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-14922</link>
		<dc:creator>osborne</dc:creator>
		<pubDate>Tue, 13 Jul 2010 03:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-14922</guid>
		<description>Sorry about that Dan. Should be fixed now!

Kerry</description>
		<content:encoded><![CDATA[<p>Sorry about that Dan. Should be fixed now!</p>
<p>Kerry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Morgan</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-14921</link>
		<dc:creator>Dan Morgan</dc:creator>
		<pubDate>Tue, 13 Jul 2010 03:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-14921</guid>
		<description>I was doing some research on good links on processes and ended up here in your blog. Which needless to say is now one of the links I will be giving my students.

But I noticed you are still pointing to my library but at an address that has turned into a rather large embarrassment as it is no longer mine and no longer belongs to the Oracle community: Rather to some spammers.

My new website name is \Morgan&#039;s Library\ which is at http://www.morganslibrary.org/library.html.
You will find a lot of new material there, all updated to 11gR2, as well as another pages where I have been posting demos called \How Can I\ (http://www.morganslibrary.org/howcani.html).

If you would have a few minutes up update your pages I would be very appreciative.

Thanks.

Dan Morgan</description>
		<content:encoded><![CDATA[<p>I was doing some research on good links on processes and ended up here in your blog. Which needless to say is now one of the links I will be giving my students.</p>
<p>But I noticed you are still pointing to my library but at an address that has turned into a rather large embarrassment as it is no longer mine and no longer belongs to the Oracle community: Rather to some spammers.</p>
<p>My new website name is \Morgan&#8217;s Library\ which is at <a href="http://www.morganslibrary.org/library.html" rel="nofollow">http://www.morganslibrary.org/library.html</a>.<br />
You will find a lot of new material there, all updated to 11gR2, as well as another pages where I have been posting demos called \How Can I\ (<a href="http://www.morganslibrary.org/howcani.html" rel="nofollow">http://www.morganslibrary.org/howcani.html</a>).</p>
<p>If you would have a few minutes up update your pages I would be very appreciative.</p>
<p>Thanks.</p>
<p>Dan Morgan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osborne</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-14471</link>
		<dc:creator>osborne</dc:creator>
		<pubDate>Thu, 08 Jul 2010 02:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-14471</guid>
		<description>Well there are advantages to staying in the middle of the pack. 

Kerry</description>
		<content:encoded><![CDATA[<p>Well there are advantages to staying in the middle of the pack. </p>
<p>Kerry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damir Vadas</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-14318</link>
		<dc:creator>Damir Vadas</dc:creator>
		<pubDate>Tue, 06 Jul 2010 19:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-14318</guid>
		<description>Hi!

SR is closed as unresolved and there is nothing else to do. 
Main problem from mine point of view is Intel Itanium CPU, configuration that is really rare, so I think there is no testing configuration on Oracle Technical support side.
Rg,
Damir Vadas</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>SR is closed as unresolved and there is nothing else to do.<br />
Main problem from mine point of view is Intel Itanium CPU, configuration that is really rare, so I think there is no testing configuration on Oracle Technical support side.<br />
Rg,<br />
Damir Vadas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogroll Report 12/03/2010 – 19/03/2010 &#171; Coskan&#8217;s Approach to Oracle</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-9538</link>
		<dc:creator>Blogroll Report 12/03/2010 – 19/03/2010 &#171; Coskan&#8217;s Approach to Oracle</dc:creator>
		<pubDate>Thu, 29 Apr 2010 18:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-9538</guid>
		<description>[...] 10-How to increase process priority within Oracle with _high_priority_processes? Kerry Osborne-Increasing Priority of lgwr Process using _high_priority_processes [...]</description>
		<content:encoded><![CDATA[<p>[...] 10-How to increase process priority within Oracle with _high_priority_processes? Kerry Osborne-Increasing Priority of lgwr Process using _high_priority_processes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damir Vadas</title>
		<link>http://kerryosborne.oracle-guy.com/2010/03/increasing-priority-of-lgwr-process-using-_high_priority_processes/#comment-9051</link>
		<dc:creator>Damir Vadas</dc:creator>
		<pubDate>Wed, 14 Apr 2010 09:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://kerryosborne.oracle-guy.com/?p=2303#comment-9051</guid>
		<description>Hi Kerry,

SR is opened. Sent RDA reports and waiting on their answer. For now they say it looks like a new bug .... 

When find out let you know here...

Rg
Damir</description>
		<content:encoded><![CDATA[<p>Hi Kerry,</p>
<p>SR is opened. Sent RDA reports and waiting on their answer. For now they say it looks like a new bug &#8230;. </p>
<p>When find out let you know here&#8230;</p>
<p>Rg<br />
Damir</p>
]]></content:encoded>
	</item>
</channel>
</rss>

