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: Listener

Re: Listener

From: Stevie <steviep9_at_hotmail.com>
Date: Sun, 23 Jan 2000 15:45:20 GMT
Message-ID: <3889D218.C770B0C7@hotmail.com>


I don't think there is a max value of concurrent session for a listener. I believe resources will become a issue with a high number of sessions, relative to O/S specs. Depending on your environment/application, you could use MTS to handle very large concurrent sessions...

DerKommisar wrote:

> Hi all,
> Is There a max value of concurrent sessions for an only Listener ?
>
> For example :
> LISTENER =
> (ADDRESS_LIST =
> (ADDRESS= (PROTOCOL= TCP)(Host= sys1)(Port= 1521))
> )
>
> SID_LIST_LISTENER =
> (SID_LIST =
> (SID_DESC =
> (GLOBAL_DBNAME= zuri)
> (ORACLE_HOME= /dk4fs1/oracle)
> (SID_NAME = zuri)
> )
> )
>
> This LISTENER above, with this Port (1521) is able than has also 300 users
> at the same time?
> Or I have to do another Listener (ex. LIST1) with another Port (ex. 1526) ?
Received on Sun Jan 23 2000 - 09:45:20 CST

Original text of this message

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