Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Stored procedure memory problem

Stored procedure memory problem

From: Venu Gopal Andem <venu.andem_at_wipro.com>
Date: Tue, 17 Dec 2002 19:53:58 -0800
Message-ID: <F001.0051C42C.20021217195358@fatcity.com>


A small question to all gurus on the list...

I have a stored procedure (SP) which runs at specific intervals. It fetches a list of user names and few (2 columns) of their details into a cursor and processes them one by one in a cursor FOR loop.

Now my question is, Is there a chance of the SP running out of memory when the number of users increases (may be a few hundreds of thousands). If yes how to estimate the maximum number of user names my cursor can handle? Is there any calculation for this? How to overcome this problem? Is there anything else that has to be taken into account when doing this?

Thanks in advance!
Venu G.


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Venu Gopal Andem
  INET: venu.andem_at_wipro.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 Tue Dec 17 2002 - 21:53:58 CST

Original text of this message

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