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: proc. being exeucted from open_cursors

RE: proc. being exeucted from open_cursors

From: Ji, Richard <Richard.Ji_at_MobileSpring.com>
Date: Thu, 29 Aug 2002 22:13:21 -0800
Message-ID: <F001.004C3A5E.20020829221321@fatcity.com>


That's because it's 120 open cursors per session. So when you have multiple sessions, you will see the total from v$open_cursor greater than 120.

v$open_cursor doesn't always tell u exactally the number of open cursors that's counting toward the limit. It's better to check v$sesstat for statistic#=3.

Richard Ji

-----Original Message-----
Sent: Friday, August 30, 2002 1:18 AM
To: Multiple recipients of list ORACLE-L

Hi all,

DB: 817

can somebody tell me how to find out whether a package/procedure being executed.

I checked v$open_cursor.sql_text. But similar text is existing in multiple procedures.

from where can I get a particular procedure being executed ?

1 more Q:

In one of the production instances open_cursors values  is 120. But when I checked from v$open_cursor there are more than 120 existing.

I checked distinct sid and distinct hash_value.

am I missing something in my select statement, to get exact open_cursors.

can somebody through somelight on this.

thanx in advance,
srinivas



Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com
--

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

Author: kommareddy sreenivasa
  INET: kommacnu_at_yahoo.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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).
--

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

Author: Ji, Richard
  INET: Richard.Ji_at_MobileSpring.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Aug 30 2002 - 01:13:21 CDT

Original text of this message

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