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: Urgent: Number of Cursors Open Error

RE: Urgent: Number of Cursors Open Error

From: Eskov Anton <anton.eskov_at_sm.siemens.no>
Date: Mon, 05 Feb 2001 00:58:43 -0800
Message-ID: <F001.002AA555.20010205000026@fatcity.com>

Initialization parameter: open_cursors

(select * from v$parameter where name='open_cursors')

The number of cursors currently open:

select a.sid, b.name, a.value from v$sesstat a, v$statname b where
a.statistic#=b.statistic#
and b.name in ('opened cursors current', 'opened cursors cumulative') order by 1,2

 -----Original Message-----
Sent: 3. februar 2001 07:15

To:     Multiple recipients of list ORACLE-L
Subject:        RE: Urgent: Number of Cursors Open Error

no of cursors per session - can be way high like 7500, affects nothing

-----Original Message-----
Sent: Saturday, February 03, 2001 7:50 AM To: Multiple recipients of list ORACLE-L

I believe this refers to the number of cursors that can be opened during one transaction. Not sure how to determine the number of cursors currently open.

Bryan

>
> My database is 8.1.6. and I would like to know how to verify the number of
> cursors that are currently open?
> This database's default open cursors = 50. Does this value mean that this
> is the maximum
> number of cursors opened per connection or maximum number of cursors
opened
> per instance?
>
> Can this value be changed while the database is opened, if so, how?
>
> Thank you in advance.
>
> Larry
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Larry Taylor
> INET: ltaylor_at_iq.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: Bryan Sirtosky
  INET: freeman_at_iquest.net

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: Sam P. Roberts (ZADCO ITIS)
  INET: roberts_at_zadco.co.ae

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: Eskov Anton
  INET: anton.eskov_at_sm.siemens.no

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 Feb 05 2001 - 02:58:43 CST

Original text of this message

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