Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: The number of used cursors?
open_cursors is not a sum for the total number of users, but rather the maximum number of cursors an individual user can have open at any one time
v$open_cursor
SQL> desc v$open_cursor
Name Null? Type ------------------------------- -------- ---- SADDR RAW(4) SID NUMBER USER_NAME VARCHAR2(30) ADDRESS RAW(4) HASH_VALUE NUMBER SQL_TEXT VARCHAR2(60)
>From: Szecsy Tamas <tszecsy_at_GEOMETRIA.hu>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: The number of used cursors?
>Date: Mon, 23 Jul 2001 05:55:24 -0800
>
>Hi,
>
>I would like to know the the number of used cursors at any given time. Is
>there a select statement that does this for me? I would like to decide if
>the growing number of concurent users for a given database has reached the
>point where the maximum open cursor init ora parameter got to be increased.
>
>Thank you in advance.
>
>Tamas Szecsy
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Szecsy Tamas
> INET: tszecsy_at_GEOMETRIA.hu
>
>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: Rachel Carmichael INET: carmichr_at_hotmail.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 Mon Jul 23 2001 - 10:46:47 CDT
![]() |
![]() |