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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Resend :: OPEN_LINKS -- how do you define a policy

RE: Resend :: OPEN_LINKS -- how do you define a policy

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Wed, 16 Apr 2003 09:18:38 -0800
Message-ID: <F001.00582C56.20030416091838@fatcity.com>


I don't see a problem in increasing OPEN_LINKS parameter ... there is no downside.

Hey, if developers need data from 5 remote sites you have two choices ...

  1. Set open_links to any value > 5
  2. Have your developers write code like

   for I in 1 .. 5 loop
   open (i)_link

      fetch_data;
   close (i)_link;
   process.

Developers won't like options 2, and I agree that it will be way too difficult to ensure concurrency anyways.

change open_links to its current value + 10 and bounce the instance.

Raj




Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having an opinion is an art !

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
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 Wed Apr 16 2003 - 12:18:38 CDT

Original text of this message

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