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

Home -> Community -> Mailing Lists -> Oracle-L -> tnsnames and sqlnet connectivity question

tnsnames and sqlnet connectivity question

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Sat, 26 Oct 2002 06:58:20 -0800
Message-ID: <F001.004F48E4.20021026065820@fatcity.com>

suppose I have an entry like this in tnsnames.ora ...

ESSNCS =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = apollo)(PORT = 6521))
(ADDRESS = (PROTOCOL = TCP)(HOST = aquarius)(PORT = 6521))
)))

I try to connect to ESSNCS and (assume) apollo instance is down, it seems sqlnet takes a long time to see if it will connect to apollo and then connect to aquarius. But if apollo machine is down (i.e. no network connectivity), it promptly goes to aquarius.

How can we reduce the time that sqlnet waits to make a connection to apollo and immediately goes to aquarius? I'd like that time to be about 5 to 6 seconds ...

Thanks
Raj



Rajendra Jamadagni MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc. QOTD: Any clod can have facts, but having an opinion is an art!

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jamadagni, Rajendra
  INET: Rajendra.Jamadagni_at_espn.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (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).
Received on Sat Oct 26 2002 - 09:58:20 CDT

Original text of this message

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