Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Stored Procs spawning too many Processes
Hello All,
The ASP/Oracle based web application I'm working on is running into
a load testing issue. It appears that each stored procedure call is
opening up at least one process on the database. Given that logging in
launches about 7 stored procedure calls, and the maximum number of
processes in the ora.ini file is set to 150, about 20 users is all
that can log onto the app concurrently before failures start popping
up.
One option I'm sure is to bump up the maximum number of connections
in ora.ini, but I'm still investigating if I will be able to get this
accomplished (I don't maintain the DB server and may not have the
clout to get it changed).
Are there any techniques for reducing the number of processes
spawned by db connections and stored procedure calls when using ASP in
conjunction with Oracle?
Note: ASP, not ASP.net and Oracle 9.2.0.4.
I'm open to suggestions!
Thanks,
Kevin
Received on Thu Dec 04 2003 - 13:48:41 CST
![]() |
![]() |