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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: PMON seems to not close sessions in a timely manner eg "Max

RE: PMON seems to not close sessions in a timely manner eg "Max

From: Jeremy Pulcifer <Jeremy.Pulcifer_at_kadiri.com>
Date: Fri, 27 Dec 2002 07:59:14 -0800
Message-ID: <F001.0052321F.20021227075914@fatcity.com>


Tehe, don't worry, Bob, the developers here work for me, so I can be as un-diplomatic as I wanna be.  

I don't know how you would do it in Micro$oft; perhaps some kind of component (.NET? DCOM?) could do this for them.  

I can do it in Java and Perl. Can't imagine that there isn't some mechanism out there for ASP/M$.  

-----Original Message-----
Sent: Thursday, December 26, 2002 8:14 AM To: Multiple recipients of list ORACLE-L  

> From: Bob Metelsky [mailto:bmetelsky_at_cps92.com
<mailto:bmetelsky_at_cps92.com> ]
>
>
> I have a developers stored procedure making repeaded calls
> (logons/request for data and logoff)
> Each call takes only seconds but it seems like PMON dosnt close the
> process in a timely manner, leaving what look to be ghost
> process. If a
> few users hit the same app the processes go to = 50 then I get the
> dreaded "ORA-nnn max processes (50) reached"

  1. 50 max processes? Damn, dude, you're choking that thing to death.
  2. That is one of the sorriest excuses for a data access methodology that exists. Tell them to start pooling their database connections or you'll turn your max processes down even further.

Hummm.... I have to be more diplomatic than that .. ;-)

They are using the Oracle 8.17 provider with a connection string like so

Connect=Provider=OraOLEDB.Oracle;PLSQLRSet=1;Password=a;Persist Security Info=True;User ID=a;Data Source=mydb

Jeremy, do you have any examples of using pooled connections with active server pages? I'd like to be able to at least point them in the right direction.... and also have the information myself  

many thanks

Bob

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jeremy Pulcifer
  INET: Jeremy.Pulcifer_at_kadiri.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Dec 27 2002 - 09:59:14 CST

Original text of this message

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