Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Listener
Hi
Check your system's maxuproc value if it is small bump it up to larger number.
if it is set for 300 then after 300 it will stop to
create any session.
HTH
pradhan
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 - 15:35:33 CST
![]() |
![]() |