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: Em Pradhan <empradhan_at_dplus.net>
Date: Sun, 23 Jan 2000 16:35:33 -0500
Message-ID: <388B7425.271539A6@dplus.net>


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

Original text of this message

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