Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: OPEN_CURSORS
hi cyril,
open_cursors determines the maximum # of open cursors u can have in ur shared sql area / libray cache of the shared pool. assumimg that u previously had this set to 500. Now when u set it to 1000, obviously oracle needs more memory to handle additional open cursors..
the risks of ur application failing with an out of open_cursors errors far outweigh the memory requirements to maintain these .. and these days when memory is cheap .. it should not impact memory .. i mean its not that this will suck off all available memory
deepak
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deepak Thapliyal INET: deepakthapliyal_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Sep 17 2001 - 15:22:29 CDT