![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
#12
| |||
| |||
|
|
You can specify directives to to terminate idle sessions belonging to any specific user. You specify this by setting KILL_SESSION as the switch group using the resource plan directive MAX_IDLE_TIME: Maximum idle time for the session. |
#13
| |||
| |||
|
#14
| |||
| |||
|
|
On Thu, 23 Jun 2011 00:43:11 -0700, gonzo wrote: You can specify directives to to terminate idle sessions belonging to any specific user. You specify this by setting KILL_SESSION as the switch group using the resource plan directive MAX_IDLE_TIME: Maximum idle time for the session. I already suggested that, but it's not what the OP needs. --http://mgogala.byethost5.com |
#15
| |||
| |||
|
|
On Jun 22, 10:33 am, David Budac<davidbu... (AT) gmail (DOT) com> wrote: I guess I have to figure out why SQLNET.EXPIRE_TIME didn't work. We've had this parameter set. The more I read about it, the more I see it was supposed to work. The protocol in use is TCP which makes it even weirder. Thanks again I seem to recall this can happen if the oracle user process has spawned a child, the child dies or gets hung up in a wait (or odd things that put errors in the alert log), and the parent waits forever for the child to respond, ignoring the death signal from the client. Or something like that. |
#16
| |||
| |||
|
|
As far as I remember Oracle's architecture in Windows versions they do not use multiple processes with shared memory there but rather a single process with a thread per connection (which would be the dedicated server process on *nix). |
#17
| |||
| |||
|
|
On Fri, 24 Jun 2011 18:59:03 +0200, Robert Klemme wrote: As far as I remember Oracle's architecture in Windows versions they do not use multiple processes with shared memory there but rather a single process with a thread per connection (which would be the dedicated server process on *nix). That was stated in this document: http://download.oracle.com/docs/html...01/ap_unix.htm This, however, doesn't apply to Windows 7 and Oracle 11.2. Does anyone have anything more on that? I did one NNF installation on Windows 7, but that was all. I don't have sufficient knowledge to be able to differentiate between processes and threads on Windows. I must say that I am more interested in Windows 7/ 11G combination than in the older software. |
#18
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |