Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:Idle Connections
Samir,
Yes there is, 1st set resource_limit = TRUE in the init.ora file. 2nd bounce the database. 3rd create a profile for those who are the inconsiderate bunch and set idle_timeout = x where x is in minutes. Their session will show up in V$session as sniped. You can then easily put together a perl script or something similar, I use Pro*C, that kills off the Unix process and really terminates their session. Works like a charm.
Dick Goulet
____________________Reply Separator____________________Subject: Idle Connections
Hi All,
I am facing problems with a database with some very irresponsible users who
just connect
to the database from their applications and simply dont logout. Apart from
the usual
chidings I have been giving them, could any of you please tell me whether
any
parameter exists which can be put either in the sqlnet.ora file or database
parameter file
which will timeout and close the idle connections after a particular time
interval ??
Thanks,
Samir
Samir Sarkar
Oracle DBA
SchlumbergerSema
Email : ssarkar2_at_slb.com
Phone : +44 (0) 115 - 957 6028
EPABX : +44 (0) 115 - 957 6418 Ext. 76028
Fax : +44 (0) 115 - 957 6018
If you have received this email in error please notify the SchlumbergerSema Helpdesk by telephone on +44 (0) 121 627 5600.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: SARKAR, Samir
INET: Samir.SARKAR_at_nottingham.sema.slb.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------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 Tue Sep 10 2002 - 13:20:43 CDT
![]() |
![]() |