<?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: TNS Listener Configuration for Oracle RAC</title>
	<atom:link href="http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Feb 2010 01:55:10 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roberto Pinel</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2770</link>
		<dc:creator>Roberto Pinel</dc:creator>
		<pubDate>Thu, 23 Apr 2009 17:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2770</guid>
		<description>Hi, Good article, I have Oracle 11.1.0.7 with Rhel 5, 3 nodes, but I have a problem, I got the tns-12520 3 times a day, no one cant connect and I have to restar the database, The parameter process is 800 and I have the local_listener with the  same address from tnsnames.ora in each server, the workaround that I use was to change the local_listener valur for the remote_listener value, and work fine, no more connection problems, but I know that is not correct, have you seen this problem before.&lt;br&gt;&lt;br&gt;Thanks</description>
		<content:encoded><![CDATA[<p>Hi, Good article, I have Oracle 11.1.0.7 with Rhel 5, 3 nodes, but I have a problem, I got the tns-12520 3 times a day, no one cant connect and I have to restar the database, The parameter process is 800 and I have the local_listener with the  same address from tnsnames.ora in each server, the workaround that I use was to change the local_listener valur for the remote_listener value, and work fine, no more connection problems, but I know that is not correct, have you seen this problem before.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Norris</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2751</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Sat, 11 Apr 2009 08:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2751</guid>
		<description>A few ideas come to mind. To answer your question, you could use a tns  &lt;br&gt;entry that references all instances/servers to check overall  &lt;br&gt;availability and also separately check each individual instance to  &lt;br&gt;determine availability.&lt;br&gt;&lt;br&gt;You might also consider using clusterware callouts to alert you.  &lt;br&gt;Scripts placed in ora_crs_home/racg/usrco will be run whenever  &lt;br&gt;clusterware detects a resource offline. That may be easier than  &lt;br&gt;writing your own custom polling method.&lt;br&gt;&lt;br&gt;Please excuse my typos, I sent this from my iPhone.</description>
		<content:encoded><![CDATA[<p>A few ideas come to mind. To answer your question, you could use a tns  <br />entry that references all instances/servers to check overall  <br />availability and also separately check each individual instance to  <br />determine availability.</p>
<p>You might also consider using clusterware callouts to alert you.  <br />Scripts placed in ora_crs_home/racg/usrco will be run whenever  <br />clusterware detects a resource offline. That may be easier than  <br />writing your own custom polling method.</p>
<p>Please excuse my typos, I sent this from my iPhone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vnkt</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2750</link>
		<dc:creator>vnkt</dc:creator>
		<pubDate>Sat, 11 Apr 2009 00:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2750</guid>
		<description>Hi I have a situation where i need to develop a monitoring solution for checking  the availability of oracle database instances on a rac system.&lt;br&gt;I need to alert not only when the overall rac system is unavailable but also when one of the instances on a node is not available while overall the rac system is available(thro other isntances).&lt;br&gt; I already have developed a monitoring solution for single instance oracle database where the script connects to an oracle instance and if unable to then raises alert.  Can i have a similar approach for rac -- where in i can specify the overall sid of the rac to check the overall avaialability and individual sid of each instance to check the individual availability ?</description>
		<content:encoded><![CDATA[<p>Hi I have a situation where i need to develop a monitoring solution for checking  the availability of oracle database instances on a rac system.<br />I need to alert not only when the overall rac system is unavailable but also when one of the instances on a node is not available while overall the rac system is available(thro other isntances).<br /> I already have developed a monitoring solution for single instance oracle database where the script connects to an oracle instance and if unable to then raises alert.  Can i have a similar approach for rac &#8212; where in i can specify the overall sid of the rac to check the overall avaialability and individual sid of each instance to check the individual availability ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Norris</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2619</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Tue, 24 Feb 2009 11:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2619</guid>
		<description>You need to include the listener name. So, it should be &quot;status&lt;br&gt;LISTENER_NODENAME&quot; if you follow the standard conventions used by NetCA&lt;br&gt;during a typical install.&lt;br&gt;&lt;br&gt;Dan</description>
		<content:encoded><![CDATA[<p>You need to include the listener name. So, it should be &#8220;status<br />LISTENER_NODENAME&#8221; if you follow the standard conventions used by NetCA<br />during a typical install.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rvk</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2618</link>
		<dc:creator>rvk</dc:creator>
		<pubDate>Tue, 24 Feb 2009 07:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2618</guid>
		<description>On production env we are running our 10.1.5 on linux 64bit.with 5 node RAC.&lt;br&gt;&lt;br&gt;When i check out with lsnrctl&gt; status ----- no listner message i got.&lt;br&gt;&lt;br&gt;but we are able to connect to db remotely&lt;br&gt;&lt;br&gt;thanks</description>
		<content:encoded><![CDATA[<p>On production env we are running our 10.1.5 on linux 64bit.with 5 node RAC.</p>
<p>When i check out with lsnrctl&gt; status &#8212;&#8211; no listner message i got.</p>
<p>but we are able to connect to db remotely</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #107: A Carnival of the Vanities for DBAs</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2614</link>
		<dc:creator>Log Buffer #107: A Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 20 Feb 2009 21:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2614</guid>
		<description>[...] over the years. For some good information on configuring the TNS listner for Oracle RAC take a look here for some help from Dan Norris. Freek D&#8217;Hooge wrote a program to gather and mangage the cbo [...]</description>
		<content:encoded><![CDATA[<p>[...] over the years. For some good information on configuring the TNS listner for Oracle RAC take a look here for some help from Dan Norris. Freek D&#8217;Hooge wrote a program to gather and mangage the cbo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Norris</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2538</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Wed, 07 Jan 2009 19:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2538</guid>
		<description>I don&#039;t understand what you&#039;re asking. Clients initiate connections to remote servers, not listeners. Listeners may redirect a client to another listener on a remote server, but listener on server1 will never actually connect to an instance on server2. In a cluster, if I make a connection request to the listener on server1 and the listeners have metrics indicating that I should connect to instance2 on server2, then instance1 will direct me to the listener on server2 where my client will request the same service and be granted connection.&lt;br&gt;&lt;br&gt;Hope that helps.</description>
		<content:encoded><![CDATA[<p>I don&#39;t understand what you&#39;re asking. Clients initiate connections to remote servers, not listeners. Listeners may redirect a client to another listener on a remote server, but listener on server1 will never actually connect to an instance on server2. In a cluster, if I make a connection request to the listener on server1 and the listeners have metrics indicating that I should connect to instance2 on server2, then instance1 will direct me to the listener on server2 where my client will request the same service and be granted connection.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anupam Khaund</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2534</link>
		<dc:creator>Anupam Khaund</dc:creator>
		<pubDate>Mon, 05 Jan 2009 11:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2534</guid>
		<description>How to Configure a Listener in a local database that connects to a Remote RAC Database</description>
		<content:encoded><![CDATA[<p>How to Configure a Listener in a local database that connects to a Remote RAC Database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Norris</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2527</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Wed, 03 Dec 2008 11:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2527</guid>
		<description>By default, the local_listener parameter will be set to the local host&#039;s primary IP address (the one that corresponds to the hostname in the hosts file). That&#039;s not desirable because if users are directed to that IP address, they won&#039;t be able to connect to the database because the listener *only* listens on the VIP, not on the default IP of the host. Any connections to IP addresses that are NOT the VIP address will result in a failure to connect. So, yes, the local_listener *must* be set if you follow my configuration guidelines above.</description>
		<content:encoded><![CDATA[<p>By default, the local_listener parameter will be set to the local host&#39;s primary IP address (the one that corresponds to the hostname in the hosts file). That&#39;s not desirable because if users are directed to that IP address, they won&#39;t be able to connect to the database because the listener *only* listens on the VIP, not on the default IP of the host. Any connections to IP addresses that are NOT the VIP address will result in a failure to connect. So, yes, the local_listener *must* be set if you follow my configuration guidelines above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bashir Ahmad</title>
		<link>http://www.dannorris.com/2008/07/21/tns-listener-configuration-for-oracle-rac/comment-page-1/#comment-2525</link>
		<dc:creator>Bashir Ahmad</dc:creator>
		<pubDate>Tue, 02 Dec 2008 22:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dannorris.com/?p=169#comment-2525</guid>
		<description>Do we must need to configure local_listner parameter, I know if listner is default, instance can register itself with listner without local_listner parameter, Does it work differently in RAC? or we can&#039;t use default listner in RAC. Please help me in this regard.&lt;br&gt;Thanks</description>
		<content:encoded><![CDATA[<p>Do we must need to configure local_listner parameter, I know if listner is default, instance can register itself with listner without local_listner parameter, Does it work differently in RAC? or we can&#39;t use default listner in RAC. Please help me in this regard.<br />Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
