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: Quick question on cursor resource use

RE: Quick question on cursor resource use

From: Stephane Faroult <sfaroult_at_oriolecorp.com>
Date: Mon, 10 Mar 2003 09:04:33 -0800
Message-ID: <F001.00564AA2.20030310090433@fatcity.com>


>Hi all,
>
>I'm trying to determine the resource footprint of a
>cursor - we're fiddling
>with open_cursors in init.ora, and I want to get an
>idea of the possible
>impact on memory, etc., if I bump this up from 100
>to 500.
>
>As these are allocated per session, I assume they
>probably consume stack or
>heap space in the PGA. Anyone know how much, or if
>there's a basic overhead
>+ variable component based on SQL statement used?
>
>Thanks
>Fuzzy
>:-)

I would look for an answer in V$SESSION_STATISTICS and V$STATNAME.

Regards,

Stephane Faroult
Oriole

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriolecorp.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Mar 10 2003 - 11:04:33 CST

Original text of this message

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