Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Database link and connection
How about telling the developers to put:
Alter session close database link yyy
in the code after they finish using the dblink.
Yechiel Adar
Mehish
----- Original Message -----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Sent: Friday, April 04, 2003 11:53 PM
> Hi all,
>
> Oracle 8172 with dedicated connections.
>
> I've not played that much with database links.
>
> Users from application A will accessed data from another database B with a
> dblink.
> Real time access is needed so no snapshot, tables and stored proc are
> accessed.
>
> There are 300 users in application A so that means that they can open 300
> connections in database B.
>
> Is there a way to not used that many connections on database B ?
> If not, I guessed I have 2 choices
>
> 1. Use sqlnet.expire_time to deconnect session being idle x minutes
> 2. Use a job that kills session with the dblink username after x minutes
> being idle
>
>
> Any other choices ?
>
> TIA
>
> Stephane Paquette
> Administrateur de bases de données
> Database Administrator
> Standard Life
> www.standardlife.ca
> Tel. (514) 925-7187
> stephane.paquette_at_standardlife.ca
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Stephane Paquette
> INET: stephane.paquette_at_standardlife.ca
>
> 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).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Yechiel Adar INET: adar76_at_inter.net.il 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 Mon Apr 07 2003 - 03:43:37 CDT