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: Weird database hanging -- OPEN_CURSORS

Re: Weird database hanging -- OPEN_CURSORS

From: Hemant K Chitale <hkchital_at_singnet.com.sg>
Date: Thu, 20 Sep 2007 09:51:21 +0800
Message-Id: <200709200151.l8K1pQ2E005328@smtp44.singnet.com.sg>

The init.ora parameter OPEN_CURSORS is for each session -- ie it is a limit on the number of cursors a session may have open concurrently.
At the database instance level, you could have many more cursors open (the limit is your shared_pool and available free space fragments in the shared_pool), most of which would be "open"ed by multiple sessions concurrently.

Hemant
At 01:45 AM Thursday, Don Seiler wrote:
>I'm also seeing this in EM dbcontrol regarding the number of open cursors:
>
>Statistics for Last 24 Hours
>Last Known Value 15743.28
>Average Value 7096.27
>High Value 22405
>Low Value 0
>
>My OPEN_CURSORS parameter is set to 700. I'd like to know how these
>numbers all jive.
>

Hemant K Chitale
http://web.singnet.com.sg/~hkchital
and
http://hemantscribbles.blogspot.com
and
http://hemantoracledba.blogspot.com

"First they ignore you, then they laugh at you, then they fight you, then you win" !"
Mohandas Gandhi Quotes
: http://www.brainyquote.com/quotes/authors/m/mohandas_gandhi.html

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Sep 19 2007 - 20:51:21 CDT

Original text of this message

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