Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: firewall sqlnet woes

Re: firewall sqlnet woes

From: Christopher M. Day <christopher.day_at_rdbms.freeserve.co.uk>
Date: Sat, 24 Apr 1999 00:40:58 +0100
Message-ID: <3721050A.3CA04FA8@rdbms.freeserve.co.uk>


Dan,

Andrew and Nandan have provided a good description of what the listener is doing under NT.

To resolve this problem you need the Oracle8 listener installed and then add the registry item USE_SHARED_SOCKET=TRUE under the Oracle key.

We had the same problem as you and this fixes it.

Chris.

Dan Bikle wrote:
>
> I am having a problem with Oracle 7.3.4 for NT that may be related to
> our firewalls but I'm not sure. Out listener is setup to listen on
> port 1521 and we can do a SQL Net loopback without any problems from
> the actual host itself(HOST5) and from another host in the same
> subnet(HOST7). We know that Oracle is up and we know that SQL Net is
> functional.
>
> What we did then, from outside the firewall, we tested to see if we
> could get to Host5 using TELNET HOST5 1521 and got through no problem.
> So then we tested our client executable(SQL*Plus) by pointing it at a
> database on the client side of the firewall and it was able to
> connect.
>
> Here's a description of what's between our client and the Oracle
> Server(HOST5) we want to access. The client is on a subnet(call it
> subnet A) which has a firewall protecting it and then we have HOST5 on
> another subnet protected by its own firewall. Both firewalls were
> configured to allow communication between the two subnets on port
> 1521. And we did verify this with telnet and by checking each
> firewall's log entries.
>
> Here's what our TNSNAMES.ORA file looks like on the client:
>
> orcl.world =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS =
> (COMMUNITY = tcp.world)
> (PROTOCOL = TCP)
> (Host = host5)
> (Port = 1521)
> )
> )
> (CONNECT_DATA = (SID = ORCL)
> )
> )
>
> Here's what our listener.ora file looks like on Host5:
>
> ################
> # Filename......: listener.ora
> # Node..........: local.world
> # Date..........: 24-MAY-94 13:23:20
> ################
> LISTENER =
> (ADDRESS_LIST =
> (ADDRESS=
> (PROTOCOL= IPC)
> (KEY= oracle.world)
> )
> (ADDRESS=
> (PROTOCOL= IPC)
> (KEY= ORCL)
> )
> (ADDRESS=
> (COMMUNITY= NMP.world)
> (PROTOCOL= NMP)
> (SERVER= HOST5)
> (PIPE= ORAPIPE)
> )
> (ADDRESS=
> (COMMUNITY= TCP.world)
> (Host = host5)
> (PROTOCOL= TCP)
> (Port= 1521)
> )
> (ADDRESS=
> (COMMUNITY= TCP.world)
> (Host = 127.0.0.1)
> (PROTOCOL= TCP)
> (Port= 1521)
> )
> (ADDRESS=
> (COMMUNITY= TCP.world)
> (Host = host5)
> (PROTOCOL= TCP)
> (Port= 1526)
> )
> )
> STARTUP_WAIT_TIME_LISTENER = 0
> CONNECT_TIMEOUT_LISTENER = 10
> TRACE_LEVEL_LISTENER = OFF
> SID_LIST_LISTENER =
> (SID_LIST =
> (SID_DESC =
> (SID_NAME = ORCL)
> )
> )
> PASSWORDS_LISTENER = (oracle)
>
> The error that we receive while trying to connect using SQL*Plus on the client is:
>
> ERROR: ORA-12203: TNS:unable to connect to destination
>
> If you have had similar problems getting sqlnet packets through a dual firewall
> configuration...
>
> Please send clues
>
> thanks,
> -Dan
> ---------------------------------------------------------------------
> Daniel B. Bikle/Independent Oracle Consultant
> bikle_at_bikle.com | 650/941-6276 | P.O. BOX AG LOS ALTOS CA 94023
> http://www.bikle.com
> ---------------------------------------------------------------------
Received on Fri Apr 23 1999 - 18:40:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US