Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> no of open cursor growing
Hi List ,
Since last few days i m finding that number of open cursors are growing in our database . After examining v$open_cursor view I see that there are lot of sql statements like 'select some_seq.nextval from dual ' . My question is when does oracle closes these kind of open cursors or will it keep them open . So that it can find them if it executes same sql stmt next time .
Similerly there are lots of delete from ... and update some_table ... kind of cursors . When does these gets released . Does it mean that some connections are not doing commit or rollback at then end leaving these cursors .
Thanks for help .
Bp
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: BigP
INET: big_planet_2000_at_hotmail.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 Tue May 14 2002 - 16:23:29 CDT