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: Sporadic ORA-04030

Re: Sporadic ORA-04030

From: Anurag Varma <anuragvidya_at_gmail.com>
Date: 21 Jan 2005 12:29:09 -0800
Message-ID: <1106339349.339714.304080@c13g2000cwb.googlegroups.com>

Re: open cursors - A value of 60 should be normal, especially if your app uses pl/sql.
pl/sql uses its own cursor cache. So even if you close a cursor in pl/sql, it will
still show up in v$open_cursor. Based on LRU, the cached cursors are closed
before the max_open_cursors limit is reached.

So a value of 60 might actually be less if your app uses a lot of pl/sql.

Anurag Received on Fri Jan 21 2005 - 14:29:09 CST

Original text of this message

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