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: Reduce parse call for stored procedure?

Re: Reduce parse call for stored procedure?

From: <prem_at_ibsplc.com>
Date: Wed, 23 Oct 2002 00:48:49 -0800
Message-ID: <F001.004F0AF0.20021023004849@fatcity.com>


You can probably try keeping this in the shared pool. using the DBMS_SHARED_POOL.keep('<procedure name>');

"Chuan Zhang" <Chuan.Zhang_at_transact.com.au> Sent by: root_at_fatcity.com
10/23/02 01:13 PM
Please respond to ORACLE-L  

        To:     Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc: 
        Subject:        Reduce parse call for stored procedure?


Hi, DBA Guru,

   I have a stored procedure of a package which is called with "execute immediate" in a loop with runtime input parameters. I found that no. of parse calls(451983) is equal to no. of executions (451982). Is there any way such as set cursor_sharing=force or keep this stored procedure into shared pool to reduce the parse call down to one or some no.?

TIA, Chuan


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: prem_at_ibsplc.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 Wed Oct 23 2002 - 03:48:49 CDT

Original text of this message

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