Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Listener
You only need one listener. Neither the port nor the NIC will be adversely affected by 300 users. Be sure there is enough memory on the machine to handle 300 user process global areas though. Also be sure to set the number of processes to over 300 in the initzuri.ora file.
If you get up near 500 - 1000 concurrent sesssions you may need MTS (Multi-Threaded Server).
In article <872cqd$ohm$1_at_lacerta.tiscalinet.it>, baldain_at_kataweb.it says...
>
>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 (example LIST1) with another Port (example
>1526) ?
>
>
>
>
>
>
Received on Mon Jan 31 2000 - 00:00:00 CST
![]() |
![]() |