<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Oracle RAC and gv$ Views: A Second Look</title>
	<link>http://www.pythian.com/blogs/992/oracle-rac-and-gv-views-a-second-look</link>
	<description>News and views from Pythian DBAs</description>
	<pubDate>Sat, 22 Nov 2008 11:32:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Grégory</title>
		<link>http://www.pythian.com/blogs/992/oracle-rac-and-gv-views-a-second-look#comment-200695</link>
		<dc:creator>Grégory</dc:creator>
		<pubDate>Sat, 17 May 2008 03:10:03 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/992/oracle-rac-and-gv-views-a-second-look#comment-200695</guid>
		<description>Please don't make a 3rd post about GV$ views ! Run the query below on a non-RAC database :

select VIEW_DEFINITION
  from V$FIXED_VIEW_DEFINITION 
 where view_name='V$SESSION';

If you don't have any, you may want to look at that post http://www.pythian.com/blogs/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron (I should work with 10g too)

Regarding your other question you may want to look at V$GES_ENQUEUE. And with RAC you could be interested to look at US, TA enqueues and probably many more. 

The LOCK word means too many things (And not only with Oracle). You could use the V$ENQUEUE_LOCK fixed view instead. BTW, Why to you display a "KILL SESSION" command ?</description>
		<content:encoded><![CDATA[<p>Please don&#8217;t make a 3rd post about GV$ views ! Run the query below on a non-RAC database :</p>
<p>select VIEW_DEFINITION<br />
  from V$FIXED_VIEW_DEFINITION<br />
 where view_name=&#8217;V$SESSION&#8217;;</p>
<p>If you don&#8217;t have any, you may want to look at that post <a href="http://www.pythian.com/blogs/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron" rel="nofollow">http://www.pythian.com/blogs/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron</a> (I should work with 10g too)</p>
<p>Regarding your other question you may want to look at V$GES_ENQUEUE. And with RAC you could be interested to look at US, TA enqueues and probably many more. </p>
<p>The LOCK word means too many things (And not only with Oracle). You could use the V$ENQUEUE_LOCK fixed view instead. BTW, Why to you display a &#8220;KILL SESSION&#8221; command ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
