<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Restrict network access to listener</title>
	<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html</link>
	<description>Oracle Certified Master</description>
	<pubDate>Thu, 20 Nov 2008 15:54:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: laurentschneider</title>
		<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-1611</link>
		<pubDate>Fri, 30 Mar 2007 10:41:46 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-1611</guid>
					<description>you could create a logon trigger to check this, 

&lt;pre&gt;
create trigger NOTOAD after logon on database begin
if (sys_context('userenv','module')='TOAD') then 
raise_application_error(-20001,'Please no toad yet, try again later');
end;
/
&lt;/pre&gt;

and enable this trigger during peak hours

Do you want that :?</description>
		<content:encoded><![CDATA[<p>you could create a logon trigger to check this, </p>
<p><pre><pre>
create trigger NOTOAD after logon on database begin
if (sys_context(&#039;userenv&#039;,&#039;module&#039;)=&#039;TOAD&#039;) then 
raise_application_error(-20001,&#039;Please no toad yet, try again later&#039;);
end;
/
</pre></pre></p>
<p>and enable this trigger during peak hours</p>
<p>Do you want that <img src='http://laurentschneider.com/wordpress/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: laurentschneider</title>
		<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-1560</link>
		<pubDate>Fri, 30 Mar 2007 09:01:18 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-1560</guid>
					<description>no, you cannot check the application used with a sqlnet.ora setting</description>
		<content:encoded><![CDATA[<p>no, you cannot check the application used with a sqlnet.ora setting
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bhavesh Marolia</title>
		<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-1545</link>
		<pubDate>Fri, 30 Mar 2007 08:23:23 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-1545</guid>
					<description>Hi,
Is there any way that we can restrict access to particular .exe 's like TOAD.exe , or PLSQLDEV.exe. This are being used by the users to fire huge select query's during peak hours.
Can we restrict such exe's so, if yes than how can this be done.
Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is there any way that we can restrict access to particular .exe &#8217;s like TOAD.exe , or PLSQLDEV.exe. This are being used by the users to fire huge select query&#8217;s during peak hours.<br />
Can we restrict such exe&#8217;s so, if yes than how can this be done.<br />
Thanks,
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: laurentschneider</title>
		<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-438</link>
		<pubDate>Sat, 09 Dec 2006 15:41:14 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-438</guid>
					<description>well, a db user is identified by the db , so it has to connect thru the listener before being authentifcated</description>
		<content:encoded><![CDATA[<p>well, a db user is identified by the db , so it has to connect thru the listener before being authentifcated
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: olivier</title>
		<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-437</link>
		<pubDate>Sat, 09 Dec 2006 10:18:41 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-437</guid>
					<description>hello,

in the same idea i was wondering if it possible to restrict access to listener not for db clients but for db users?
i mean user scott can only connect to port 1520?

thanks</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>in the same idea i was wondering if it possible to restrict access to listener not for db clients but for db users?<br />
i mean user scott can only connect to port 1520?</p>
<p>thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Laurent Schneider</title>
		<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-404</link>
		<pubDate>Thu, 23 Nov 2006 22:59:00 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-404</guid>
					<description>yes, one application server, one enterprise manager grid control, one database server is fine. More is headache. 

Since it is in sqlnet.ora, a single client addition means restarting all the listeners from that oracle home (no reload of course)

Exclude_node also exists, for example to prevent some ugly developer to use toad ;-)</description>
		<content:encoded><![CDATA[<p>yes, one application server, one enterprise manager grid control, one database server is fine. More is headache. </p>
<p>Since it is in sqlnet.ora, a single client addition means restarting all the listeners from that oracle home (no reload of course)</p>
<p>Exclude_node also exists, for example to prevent some ugly developer to use toad <img src='http://laurentschneider.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Marco Gralike</title>
		<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-403</link>
		<pubDate>Thu, 23 Nov 2006 21:35:00 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-403</guid>
					<description>It could have been a great feature. 

Its great, if you want to delimit database access only to, for instance, your application server. 

It would have been even greater, if you could use wild cards like 10.10.10.&lt;B&gt;*&lt;/B&gt;, but alas, you can't.</description>
		<content:encoded><![CDATA[<p>It could have been a great feature. </p>
<p>Its great, if you want to delimit database access only to, for instance, your application server. </p>
<p>It would have been even greater, if you could use wild cards like 10.10.10.<B>*</B>, but alas, you can&#8217;t.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Laurent Schneider</title>
		<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-402</link>
		<pubDate>Thu, 23 Nov 2006 05:36:00 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-402</guid>
					<description>&lt;a HREF="http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14212/cman.htm#NETAG011" rel="nofollow"&gt;ocm &lt;/A&gt; maybe</description>
		<content:encoded><![CDATA[<p><a HREF="http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14212/cman.htm#NETAG011" rel="nofollow">ocm </A> maybe
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Vidya Balasubramanian</title>
		<link>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-401</link>
		<pubDate>Thu, 23 Nov 2006 03:08:00 +0000</pubDate>
		<guid>http://laurentschneider.com/wordpress/2006/11/restrict-network-access-to-listener.html#comment-401</guid>
					<description>Laurent,
TCP/IP node checking works welll if we have a small list. The last time when I implemented node checking , I had a huge list of AP addresses and eventually it became quite a headache to maintain this list and to keep track of who had access to which database? ---&#62;is there a better way we can do this assuming we have a huge list.</description>
		<content:encoded><![CDATA[<p>Laurent,<br />
TCP/IP node checking works welll if we have a small list. The last time when I implemented node checking , I had a huge list of AP addresses and eventually it became quite a headache to maintain this list and to keep track of who had access to which database? &#8212;&gt;is there a better way we can do this assuming we have a huge list.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
