Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SQl*net problem with linux 8.0.5.0
I'm, trying to use the prespawn option for Sql*net when I do this the
following happens.
I can't get a connection from another machine via the network in one try. I have to do this several times before I succeed I getting a connection. If I don't use the prespawn option it always works the first time.
Secondly when I stop the listener with lsnrctrl stop the prespawend processes keep running. I have to kill them to get rid of them.
I include the listener. ora file.
Please respond to my e-mail weterings_at_schiphol.nl
LISTENER=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=lin001)(PORT=1521))
)
SID_LIST_LISTENER=(SID_LIST=
(SID_DESC=
(SID_NAME=LIN1)
(ORACLE_HOME=/apps/oracle/product/8.0.5)
(PRESPAWN_MAX=4)
(PRESPAWN_LIST=
(PRESPAWN_DESC=
(PROTOCOL=TCP) (POOL_SIZE=2) (TIMEOUT=1)
)
)
Received on Sat Mar 11 2000 - 05:11:31 CST
![]() |
![]() |