Timeouts [message #61886] |
Tue, 08 June 2004 17:54 |
IA
Messages: 91 Registered: March 2004
|
Member |
|
|
Hi,
I am running Oracle 9i on a Sun Solaris platform.
I would like to control maximum idle time allowed for each session. If exceeded, I want to disconnect these users from the database.
How can I do that?
Thanks ... IA
|
|
|
|
Re: Timeouts [message #61894 is a reply to message #61886] |
Tue, 08 June 2004 23:34 |
Daljit Singh
Messages: 290 Registered: October 2003 Location: Texas
|
Senior Member |
|
|
Hi,
Well along with the profile option you can also use timeout parameter in ur sqlnet file. after setting this server will try to contact the client after the amount of time set by this parameter and if client doesn't respond than server will kill its session.
Daljit Singh.
|
|
|