Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Stored Procs spawning too many Processes

Stored Procs spawning too many Processes

From: Kevin Olds <kevin.olds_at_aventis.com>
Date: 4 Dec 2003 11:48:41 -0800
Message-ID: <21d37d8c.0312041148.7b31cf3d@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US