Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Dedicated Server - but multiple sessions bound to a single server ?

Re: Dedicated Server - but multiple sessions bound to a single server ?

From: srivenu <srivenu_at_hotmail.com>
Date: 13 Aug 2002 21:11:57 -0700
Message-ID: <1a68177.0208132011.74097fec@posting.google.com>


Well Unix process id's get reused (i think on Solaris it increments process id's till 37000 odd) and repeats thereafter (i think from 100 omwards).
But the v$session output above, shows the same process id. That means that the same client application is opening different sessions may be after getting diconnected improperly because of some reason.
I think SQLNET.EXPIRE_TIME=10 would solve the problem? Received on Tue Aug 13 2002 - 23:11:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US