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

Home -> Community -> Usenet -> c.d.o.server -> Re: How To Improve Connection Times?

Re: How To Improve Connection Times?

From: Mladen Gogala <mgogala_at_adelphia.net>
Date: Mon, 27 May 2002 03:48:51 -0400
Message-ID: <acsod4$s93rq$1@ID-82084.news.dfncis.de>


On Sun, 26 May 2002 10:53:24 -0400, Khalid Eidoo wrote:

> The machines all sit together on a segmented 100Mb switch. Consequently,
> pings are very low, usually 1-3Milliseconds. There is no firewall
> involved, the only other service we have running (SSH) connects almost
> instantly. I don't believe it is a network issue as it is something in
> the configuration of our listeners. I have included our listener
> information below.
>
> # LISTENER.ORA Network Configuration File:
> /home/oracle/config/9.0.1/listener.ora # Generated by Oracle
> configuration tools.
>
> FORSYS =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)(HOST = forsys.terida.com)(PORT = 1521))
> )
>
> SAVE_CONFIG_ON_STOP_FORSYS = TRUE
>
> SID_LIST_FORSYS =
> (SID_LIST =
> (SID_DESC =
> (GLOBAL_DBNAME = forsys.terida.com)
> (ORACLE_HOME = /opt/oracle/product/9.0.1) (SID_NAME = forsys)
> )
> )
>
> # TNSNAMES.ORA Network Configuration File:
> /home/oracle/config/9.0.1/tnsnames.ora # Generated by Oracle
> configuration tools.
>
> FORSYS =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SERVICE_NAME = forsys)
> )
> )
>

Do you have sqlnet.ora? If sqlnet.ora has several access paths specified, your client might be waiting for an LDAP connection or Oeracle*Names connection or even try to resolve a hostname like orasrv01 (I forgot the details about the default Oracle*Names server and I'm too lazy to search the metalink right now.) I'm interested in sqlnet.ora from both client and server.

-- 
Mladen Gogala
Za Feral Spremni!
Received on Mon May 27 2002 - 02:48:51 CDT

Original text of this message

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