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: Kurth, Michael J. <MJKurth_at_covhealth.org>
Date: Tue, 24 Dec 2002 06:33:37 -0800
Message-ID: <F001.00521B2B.20021224063337@fatcity.com>


You can try using the wakeup parameter of oradebug.

You need to get the process ID of the pmon process,

select pid from v$process p,v$bgprocess b where b.paddr = p.addr
and name = 'PMON'

then "oradebug wakeup nnnnn".

where nnnnn is the process id

Let me know if it works for you.

-----Original Message-----
Sent: Tuesday, December 24, 2002 7:54 AM To: Multiple recipients of list ORACLE-L processes(50) reached"

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"

I can "watch" processes increse and decrese with v$session and v$process, they just dont seem to close quick enough. (however, they do eventually close)

Any ideas what to look for. Ive searched Google and for parameters for PMON to no avail, hence I bring my delimma to the list

I think I'd like to tell PMON how frequently to check for completed requests.

thanks and happy holidays
bob
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Bob Metelsky
  INET: bmetelsky_at_cps92.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).

Privileged/Confidential information may be contained in this message. The information contained in this message is intended only for the use of the recipient(s) named above and their co-workers who are working on the same matter.

The recipient of this information is prohibited from disclosing the information to any other party unless this disclosure has been authorized in advance.

If you are not intended recipient of this message or any agent responsible for delivery of the message to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of this message is strictly prohibited. You should immediately destroy this message and kindly notify the sender by reply E-Mail.

Please advise immediately if you or your employer does not consent to Internet E-Mail for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of the firm shall be understood as neither given nor endorsed by it.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Kurth, Michael J.
  INET: MJKurth_at_covhealth.org

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 Tue Dec 24 2002 - 08:33:37 CST

Original text of this message

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