Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> DB server has a rest cyclically
We have problem that DB server has a rest cyclically when connected by many
concurrent users.
We need help of someone who has a similar experience.
Please see below.
System construction is that if users request services in Web browser, users
receive answer
that comes from WEB server through DB server.( We don't use Web Application
Server )
We have Web server and DB server inner same firewall
When 1000users send requests from WEB server to DB server at same times, DB
server has a rest
at regular intervals ( ex. 10 ~ 20 seconds ) after DB server processes in
some requests ( ex. 200requests )
and then processes and has a rest ..... repeatedly.
We monitored system when DB server has a rest. The result is that used part
of CPU is less then 10%,
and there is no request processing.
And at this time we saw 'established service = 200' at DB server command <
lsnrctl services >.
The result is that 200 requests is established and the rest requests don't
still pass Listener.
Alert log and Listener log of DB server have no error
We are very curious about the reason that DB server doesn't service
continuously.
We don't konw the problem is DB server , Network, or Firewall at all.
We are waiting for reply anxiously.
( E-mail : albert07_at_sogang.ac.kr albert_at_ccs.sogang.ac.kr
gorgeous_at_ccs.sogang.ac.kr )
Thanks for reading.
[ P.S. The result of test ]
SELECT '2003','2',COUNT(*),SYSDATE,'test1' FROM HAKB_SUGANG;COMMIT;
Result) process and then rest repeatedly. Process well 350, the
rest died (time out)
case 2 : We run 500 test sqls ( DB server --> DB server : local )
Result) process all
case 3 : We run 500 test sqls in order ( WEB server --> DB server : remote )
Result) process all Received on Fri Dec 05 2003 - 01:34:01 CST
![]() |
![]() |