Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Exceeding Open Cursors.. too many rows in v$open_cursors
We are closing some cursors thru PLSQL scripts and thru JDBC as well. Every time we run one script the cursors are not getting closed . Instead they are shown as inactive in v$open_cursors table . Next time you run the same transction in the same session it makes those cursors as active but adds more rows into the open cursors table. So if execute the same script 10times in a row I am exceeding the max limit of open cursors and eventually get a message :java.sql.SQLException: ORA-01000: maximum open cursors exceeded .
Any idea how to over come this issue..
Cheers
RK
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Apps Sol
INET: apps_sol_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 Wed Jul 11 2001 - 09:28:34 CDT
![]() |
![]() |