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 -> Re: ORA-00020 with orphaned processes

Re: ORA-00020 with orphaned processes

From: <yong321_at_yahoo.com>
Date: 8 Dec 2004 11:56:27 -0800
Message-ID: <1102535787.774974.278590@z14g2000cwz.googlegroups.com>


I'm afraid you have to write v$session output to your own log with a DBMS job or OS job. Do your "orphaned" processes look like P0000, P0001... in v$process.program? If so, what does show parameter parallel tell you? Consider reducing parallel_min_servers and keep an eye on v$px_process and v$px_session. You can find the process start time from OS. Sysinternals.com's pslist shows Elapsed Time.

Yong Huang Received on Wed Dec 08 2004 - 13:56:27 CST

Original text of this message

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