RE: protocol.ora

2002-04-17 Thread Sajid Iqbal

Hi

We have used protocol.ora successfully but that was on oracle 8.0.5
Now when we try to use the same file it doesn't allow any connections at
all even allowed hosts.

I'm not missing some config somehwere maybe in the init.ora file ?

Regards

Saj



On Tue, 16 Apr 2002, Kathy Duret wrote:

> FWIW,
> 
> When we used protocol.ora at my previous company, we experienced a real slow down so 
>we aborted it.  This was on 8.1.6 and 8.1.5 databases.  We did have a list of about 
>20 names it had to look through.
> 
> Kathy
> 
> -Original Message-
> Sent: Monday, April 15, 2002 7:03 PM
> To: Multiple recipients of list ORACLE-L
> 
> 
> Sajid,
> 
> I used protocol.ora to restrict connection based on ip on oracle 8.1.6.3.0 
> and now 8.1.7.2.0 (Solaris 8).  I don't have problem.
> 
> However, when I had two sets of databases running on the same ORACLE_HOME 
> and using two listeners for these two sets of databases, I had 
> complications.  The behavior was that the listener that had the 
> protocol.ora in the directory had to be started after the other one 
> (somehow the restriction stayed in the memory).  If you failed to start the 
> restricted-listener last, or restarted the open-connection listener after 
> the restricted-listener is running, then the open-set of databases don't 
> have open connections.
> 
> Hope this helps.
> Sharon
> 
> ---
> Xiaohong Yang (Sharon)
> certified Oracle DBA
> Center for Bioinformatics
> CB#7100
> UNC-CH,
> Chapel Hill, NC 27599
> (919)843-6106 (office)
> (919)966-6821 (fax)
> 
> 
>  Date: Mon, 15 Apr 2002 08:59:01 +0100 (BST)
>  Subject: Re: protocol.ora
> 
> Hi
> 
> I tried this however I get the same result as in it doesn't allow any
> connections at all..even IP addresses which are included in the
> .protocol.ora file.
> 
> Regards
> 
> Saj Iqbal
> 
> 
> On Fri, 12 Apr 2002, Jeremiah Wilton wrote:
> 
> > If you trace the listener you will see that it is looking for
> > .protocol.ora with a leading period.  This is a documented bug.  Just
> > copy protocol.ora to .protocol.ora.
> >
> > --
> > Jeremiah Wilton
> > http://www.speakeasy.net/~jwilton
> >
> > On Fri, 12 Apr 2002, Sajid Iqbal wrote:
> >
> > > We used to use the protocol.ora file to restrict access to the database,
> > > on oracle 8.0.5
> > >
> > > However since moving to Oracle 8.1.6.3  this doesn't work.
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Jeremiah Wilton
> >   INET: [EMAIL PROTECTED]
> 
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Xiaohong Yang (Sharon)
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> 
> Confidential
> This e-mail and any files transmitted with it are the property
> of Belkin Components and/or its affiliates, are confidential,
> and are intended solely for the use of the individual or
> entity to whom this e-mail is addressed.  If you are not one
> of the named recipients or otherwise have reason to believe
> that you have received this e-mail in error, please notify the
> sender and delete this message immediately from your computer.
> Any other use, retention, dissemination, forwarding, printing
> or copying of this e-mail is strictly prohibited.
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Kathy Duret
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other in

RE: protocol.ora

2002-04-16 Thread Kathy Duret

FWIW,

When we used protocol.ora at my previous company, we experienced a real slow down so 
we aborted it.  This was on 8.1.6 and 8.1.5 databases.  We did have a list of about 20 
names it had to look through.

Kathy

-Original Message-
Sent: Monday, April 15, 2002 7:03 PM
To: Multiple recipients of list ORACLE-L


Sajid,

I used protocol.ora to restrict connection based on ip on oracle 8.1.6.3.0 
and now 8.1.7.2.0 (Solaris 8).  I don't have problem.

However, when I had two sets of databases running on the same ORACLE_HOME 
and using two listeners for these two sets of databases, I had 
complications.  The behavior was that the listener that had the 
protocol.ora in the directory had to be started after the other one 
(somehow the restriction stayed in the memory).  If you failed to start the 
restricted-listener last, or restarted the open-connection listener after 
the restricted-listener is running, then the open-set of databases don't 
have open connections.

Hope this helps.
Sharon

---
Xiaohong Yang (Sharon)
certified Oracle DBA
Center for Bioinformatics
CB#7100
UNC-CH,
Chapel Hill, NC 27599
(919)843-6106 (office)
(919)966-6821 (fax)


 Date: Mon, 15 Apr 2002 08:59:01 +0100 (BST)
 Subject: Re: protocol.ora

Hi

I tried this however I get the same result as in it doesn't allow any
connections at all..even IP addresses which are included in the
.protocol.ora file.

Regards

Saj Iqbal


On Fri, 12 Apr 2002, Jeremiah Wilton wrote:

> If you trace the listener you will see that it is looking for
> .protocol.ora with a leading period.  This is a documented bug.  Just
> copy protocol.ora to .protocol.ora.
>
> --
> Jeremiah Wilton
> http://www.speakeasy.net/~jwilton
>
> On Fri, 12 Apr 2002, Sajid Iqbal wrote:
>
> > We used to use the protocol.ora file to restrict access to the database,
> > on oracle 8.0.5
> >
> > However since moving to Oracle 8.1.6.3  this doesn't work.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Jeremiah Wilton
>   INET: [EMAIL PROTECTED]


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Xiaohong Yang (Sharon)
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Confidential
This e-mail and any files transmitted with it are the property
of Belkin Components and/or its affiliates, are confidential,
and are intended solely for the use of the individual or
entity to whom this e-mail is addressed.  If you are not one
of the named recipients or otherwise have reason to believe
that you have received this e-mail in error, please notify the
sender and delete this message immediately from your computer.
Any other use, retention, dissemination, forwarding, printing
or copying of this e-mail is strictly prohibited.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kathy Duret
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: protocol.ora

2002-04-16 Thread Sajid Iqbal

Hi

I only have one database running on this machine..

I have read somewhere that you can use sqlnet.ora instead of protocol.ora
?

Regards

Saj Iqbal


On Mon, 15 Apr 2002, Xiaohong Yang (Sharon) wrote:

> Sajid,
> 
> I used protocol.ora to restrict connection based on ip on oracle 8.1.6.3.0 
> and now 8.1.7.2.0 (Solaris 8).  I don't have problem.
> 
> However, when I had two sets of databases running on the same ORACLE_HOME 
> and using two listeners for these two sets of databases, I had 
> complications.  The behavior was that the listener that had the 
> protocol.ora in the directory had to be started after the other one 
> (somehow the restriction stayed in the memory).  If you failed to start the 
> restricted-listener last, or restarted the open-connection listener after 
> the restricted-listener is running, then the open-set of databases don't 
> have open connections.
> 
> Hope this helps.
> Sharon
> 
> ---
> Xiaohong Yang (Sharon)
> certified Oracle DBA
> Center for Bioinformatics
> CB#7100
> UNC-CH,
> Chapel Hill, NC 27599
> (919)843-6106 (office)
> (919)966-6821 (fax)
> 
> ----
>  Date: Mon, 15 Apr 2002 08:59:01 +0100 (BST)
>  Subject: Re: protocol.ora
> 
> Hi
> 
> I tried this however I get the same result as in it doesn't allow any
> connections at all..even IP addresses which are included in the
> .protocol.ora file.
> 
> Regards
> 
> Saj Iqbal
> 
> 
> On Fri, 12 Apr 2002, Jeremiah Wilton wrote:
> 
> > If you trace the listener you will see that it is looking for
> > .protocol.ora with a leading period.  This is a documented bug.  Just
> > copy protocol.ora to .protocol.ora.
> >
> > --
> > Jeremiah Wilton
> > http://www.speakeasy.net/~jwilton
> >
> > On Fri, 12 Apr 2002, Sajid Iqbal wrote:
> >
> > > We used to use the protocol.ora file to restrict access to the database,
> > > on oracle 8.0.5
> > >
> > > However since moving to Oracle 8.1.6.3  this doesn't work.
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Jeremiah Wilton
> >   INET: [EMAIL PROTECTED]
> 
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Xiaohong Yang (Sharon)
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> 

-- 
Sajid Iqbal
Database Team Leader

VIA NET.WORKS
620 Birchwood Boulevard
Birchwood
Warrington
WA3 7QZ
DDI: +44 (0) 1925 484485  Fax: +44 (0) 1925 484466
Email: [EMAIL PROTECTED]
Website: http://www.vianetworks.co.uk

local touch global reach





-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sajid Iqbal
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: protocol.ora

2002-04-15 Thread Xiaohong Yang (Sharon)

Sajid,

I used protocol.ora to restrict connection based on ip on oracle 8.1.6.3.0 
and now 8.1.7.2.0 (Solaris 8).  I don't have problem.

However, when I had two sets of databases running on the same ORACLE_HOME 
and using two listeners for these two sets of databases, I had 
complications.  The behavior was that the listener that had the 
protocol.ora in the directory had to be started after the other one 
(somehow the restriction stayed in the memory).  If you failed to start the 
restricted-listener last, or restarted the open-connection listener after 
the restricted-listener is running, then the open-set of databases don't 
have open connections.

Hope this helps.
Sharon

---
Xiaohong Yang (Sharon)
certified Oracle DBA
Center for Bioinformatics
CB#7100
UNC-CH,
Chapel Hill, NC 27599
(919)843-6106 (office)
(919)966-6821 (fax)


 Date: Mon, 15 Apr 2002 08:59:01 +0100 (BST)
 Subject: Re: protocol.ora

Hi

I tried this however I get the same result as in it doesn't allow any
connections at all..even IP addresses which are included in the
.protocol.ora file.

Regards

Saj Iqbal


On Fri, 12 Apr 2002, Jeremiah Wilton wrote:

> If you trace the listener you will see that it is looking for
> .protocol.ora with a leading period.  This is a documented bug.  Just
> copy protocol.ora to .protocol.ora.
>
> --
> Jeremiah Wilton
> http://www.speakeasy.net/~jwilton
>
> On Fri, 12 Apr 2002, Sajid Iqbal wrote:
>
> > We used to use the protocol.ora file to restrict access to the database,
> > on oracle 8.0.5
> >
> > However since moving to Oracle 8.1.6.3  this doesn't work.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Jeremiah Wilton
>   INET: [EMAIL PROTECTED]


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Xiaohong Yang (Sharon)
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: protocol.ora

2002-04-15 Thread Hatzistavrou Giannis

I believe that this functionality is now (i.e. 8.1.7 )encapsulated into CMAN

-Original Message-
Sent: Monday, April 15, 2002 11:58
To: Multiple recipients of list ORACLE-L


Hi 

I tried this however I get the same result as in it doesn't allow any
connections at all..even IP addresses which are included in the
.protocol.ora file.

Regards

Saj Iqbal
  

On Fri, 12 Apr 2002, Jeremiah Wilton wrote:

> If you trace the listener you will see that it is looking for
> .protocol.ora with a leading period.  This is a documented bug.  Just
> copy protocol.ora to .protocol.ora.
> 
> --
> Jeremiah Wilton
> http://www.speakeasy.net/~jwilton
> 
> On Fri, 12 Apr 2002, Sajid Iqbal wrote:
> 
> > We used to use the protocol.ora file to restrict access to the database,
> > on oracle 8.0.5
> > 
> > However since moving to Oracle 8.1.6.3  this doesn't work.
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Jeremiah Wilton
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> 

-- 





-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sajid Iqbal
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Hatzistavrou Giannis
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: protocol.ora

2002-04-15 Thread Sajid Iqbal

Hi 

I tried this however I get the same result as in it doesn't allow any
connections at all..even IP addresses which are included in the
.protocol.ora file.

Regards

Saj Iqbal
  

On Fri, 12 Apr 2002, Jeremiah Wilton wrote:

> If you trace the listener you will see that it is looking for
> .protocol.ora with a leading period.  This is a documented bug.  Just
> copy protocol.ora to .protocol.ora.
> 
> --
> Jeremiah Wilton
> http://www.speakeasy.net/~jwilton
> 
> On Fri, 12 Apr 2002, Sajid Iqbal wrote:
> 
> > We used to use the protocol.ora file to restrict access to the database,
> > on oracle 8.0.5
> > 
> > However since moving to Oracle 8.1.6.3  this doesn't work.
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Jeremiah Wilton
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> 

-- 





-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sajid Iqbal
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: protocol.ora

2002-04-12 Thread Jeremiah Wilton

If you trace the listener you will see that it is looking for
.protocol.ora with a leading period.  This is a documented bug.  Just
copy protocol.ora to .protocol.ora.

--
Jeremiah Wilton
http://www.speakeasy.net/~jwilton

On Fri, 12 Apr 2002, Sajid Iqbal wrote:

> We used to use the protocol.ora file to restrict access to the database,
> on oracle 8.0.5
> 
> However since moving to Oracle 8.1.6.3  this doesn't work.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jeremiah Wilton
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



protocol.ora

2002-04-12 Thread Sajid Iqbal

Hi

We used to use the protocol.ora file to restrict access to the database,
on oracle 8.0.5

However since moving to Oracle 8.1.6.3  this doesn't work.

Am I missing something or is there something wrong.

TIA

-- 
Sajid Iqbal





-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Sajid Iqbal
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



mts, 2 listeners, protocol.ora

2001-07-02 Thread yangx

Hi Gurus,

I am puzzled about when protocol.ora is used when the listener get started. 


I have two listeners (regular and TNS_ADMIN) that listen for two sets of 
databases, regular dedicated and MTS, respectively.  I want to restrict 
connections for only the databases with dedicated connections.

I can do it, but only when the mts listener is started first WITHOUT 
protocol.ora in place, then the dedicated listener with protocol.ora in the 
$ORACLE_HOME/network/admin directory.

This is not the case when both listeners listen for only dedicated 
connection databases.  protocol.ora gets used properly for this situation 
and no need for this particular order of starting.

Does anyone know why?

Thanks,

Sharon

Xiaohong Yang (Sharon)
Certified Oracle database administrator
Center for Bioinformatics
UNC-CH


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



protocol.ora

2001-02-22 Thread Kathy Duret

On my oracle databases, 8.1.5 and 8.1.6  I want to set up a protocol.ora to
limit access and have copied this to .protocol.ora as I understand there is
a bug in 8.1.6

I have put it in my $ORACLE_HOME/network/admin directory

TCP.NODELAY=YES
TCP.VALIDNODE_CHECKING=YES
TCP.INVITED_NODES=(box1, box2)

I have the correct list of nodes in my invited list this is just an example
of what I have.

I have bounced my lsnrctl and an uninvited party can still get in. What
am I doing wrong?


Kathy

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kathy Duret
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).