Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ORA-12500:TNS:Listener failed to start a dedicated server process
Hello,
Lately I have a trouble Listener problem.
My Database is Oracle 7.3.4 on NT4.0
In initorcl.ora,the value of processes is 50
But when I monitor the sessions in Instance Manager
If there are already some sessions on database(maybe 8~15 sessions or less),
THE NEXT ONE session which connects to database often has the error message:
ORA-12500:TNS:Listener failed to start a dedicated server process
The total sessions on the database are less then 50,
BUT just cannot connect to database,
Maybe somebody knows how to solve the problem.....
Here is the listener.ora:
################ # Filename......: listener.ora # Node..........: local.world
################
(ADDRESS=
(PROTOCOL= IPC)
(KEY= oracle.world)
) (ADDRESS=
(PROTOCOL= IPC)
(KEY= ORCL)
) (ADDRESS=
(COMMUNITY= NMP.world)
(PROTOCOL= NMP)
(SERVER= KIM)
(PIPE= ORAPIPE)
) (ADDRESS=
(COMMUNITY= TCP.world)
(Host = kim)
(PROTOCOL= TCP)
(Port= 1521)
) (ADDRESS=
(COMMUNITY= TCP.world)
(Host = 127.0.0.1)
(PROTOCOL= TCP)
(Port= 1521)
) (ADDRESS=
(COMMUNITY= TCP.world)
(Host = kim)
(PROTOCOL= TCP)
(Port= 1526)
) (ADDRESS=
(COMMUNITY= SPX.world)
(PROTOCOL= SPX)
(Service= kim_lsnr)
)
Thank you for any tips.
Violin.
violin.hsiao_at_mail.pouchen.com.tw
Received on Mon Sep 06 1999 - 22:38:26 CDT
![]() |
![]() |