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: TNS-12500: TNS:listener failed to start a dedicated server process

Re: TNS-12500: TNS:listener failed to start a dedicated server process

From: Svend Jensen <Svend_at_OracleCare.Com>
Date: Thu, 13 Jun 2002 22:03:21 +0200
Message-ID: <3D08FA89.9030706@OracleCare.Com>


Vlad wrote:

> Hi.
> We have Oracle 8.1.7.0 database which serves as a database for our
> ecommerce web site.
>
> On average once every 10-14 days we are unable to connect to our life
> oracle instance. I was able to locate the following errors in the
> listener.log file:
>
> 12-JUN-2002 14:59:11 *
> (CONNECT_DATA=(SID=ejsadmin)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle)))
> * (ADDRESS=(PROTOCOL=tcp)(HOST=205.47.49.234)(PORT=1321)) * establish
> * ejsadmin * 12500
> TNS-12500: TNS:listener failed to start a dedicated server process
> TNS-12560: TNS:protocol adapter error
> TNS-00530: Protocol adapter error
> 32-bit Windows Error: 2: No such file or directory
> Note: this error only occurs every 10-14 days and the only solution is
> to restart the oracle server. This fixes it for another 10-14 days.
> Any help would be much appreciated.
> Does increasing windows semaphores mean anything?
> thanks
> Vlad
>

Can it be that your server is running out of memory. Without all kinds of tricks, a windows Oracle enviroment can only address ~2G memory for one process (as Oracle is running single process, multithreaded) on Windows. In case most memory is committed in use, and there is need for creating another thread (shadow server process) for a new connection, and this requires just a tiny fraction of memory more than the limit => then it will complain that it is unable to create dedicated server process. The total memory includes the paged part (I think).
Possible but no-nice solution having many sessions, is to switch to MTS multi threaded server.
Some of your running stuff is leaking memory? Check with task manager, memory use.

rgds
/Svend Jensen Received on Thu Jun 13 2002 - 15:03:21 CDT

Original text of this message

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