Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Resend :: OPEN_LINKS -- how do you define a policy
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 ...
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
-- 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
- text/plain attachment: ESPN_Disclaimer.txt
![]() |
![]() |