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: SESSION_CACHED_CURSORS

Re: SESSION_CACHED_CURSORS

From: Alberto Dell'Era <alberto.dellera_at_gmail.com>
Date: Fri, 31 Aug 2007 10:50:17 +0200
Message-ID: <4ef2fbf50708310150y3915edc1i678f12218c2b67f7@mail.gmail.com>


Yes, correct.

In addition, it's interesting to note that in version < 9.2.0.5, the max dimension
of the PL/SQL Cursor Cache was dictated by open_cursors, whose default value is much higher than session_cached_cursors (and which is usually lower even when no set to the default).

On 8/31/07, LS Cheng <exriscer_at_gmail.com> wrote:
> Hi Alberto
>
> I think I didnt explain poperly.
>
> I mean
>
> Version < 9.2.0.5: No fragmentation caused by session_cached_cursors because
> it was simply a PGA thing
> Version >= 9.2.0.5:Possible fragmentation because PL/SQLCursor Caching is
> now controlled by this parameter so the parameter now affects both PGA and
> SGA

-- 
Alberto Dell'Era
"the more you know, the faster you go"
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Aug 31 2007 - 03:50:17 CDT

Original text of this message

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