Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Listener
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
![]() |
![]() |