Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Intermittent Oracle client errors
How about installing a 9.2 home on a web server, applying whatever patchset is deemed appropriate (e.g. 9.2.0.7) and configuring the web server service to use that Oracle Home?
Then enable network tracing at admin level on both servers, web and oracle for a short test period, turn off tracing and check the logs.
It is entirely possible that the load on the Sun box is sufficient that the listener is not able to spawn a dedicated server process within the timeout period. That condition would have to be tested under load - which - while having network tracing enabled at ADMIN level would be a bad idea in general, but sounds as if it has to be done.
Are the web servers creating dedicated server sessions for each web app user, or are they pooling connections? Creating oracle dedicated server sessions is an expensive operation in terms of CPU. Try to avoid it.
you might also consider creating pre-spawned processes (sessions).
hth.
-bdbafh Received on Fri Oct 14 2005 - 15:41:57 CDT
![]() |
![]() |