Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Configuring multi-threaded server
You have to make sure the dispatchers are registered with the
listener. Use "lsnrctl services" to make sure. The error you gave
shows that they are not registered.
If your listener is not on 1521, then the dispatchers won't know how to find it to register. You'll have to add the listener= atttribute to the mts_dispatchers parameter.
-- Jeremiah Wilton http://www.speakeasy.net/~jwilton On Mon, 17 Nov 2003, Schauss, Peter wrote:Received on Mon Nov 17 2003 - 10:54:32 CST
> Oracle version 8.1.7
> AIX 4.3.3
>
> I am trying to configure mult-threaded server on one of my development
> databases. In my init.ora file, I set
>
> (mts_dispatchers="(address=(protocol=tcp))"
> mts_servers=10
>
> When I bring up the database, I can see the dispatcher and
> servers. When I connect to the database with sqlnet, however,
> it still gives me a dedicated server.
>
> I tried forcing the connection by putting (server=shared) into
> the tnsnames.ora file on my client. Then I get:
>
> ORA-12520: TNS:listener could not find available handler for requested type
> of
> server
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jeremiah Wilton INET: jwilton_at_speakeasy.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).