Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: max open cursors exceeded
max open cursors exceededHelmut,
How are you using interMedia Text? We use it continuously in our 8.1.7.2.5 DB (under Win2k Server) and have no such open cursors problem. Our Open_Cursors init parameter is set to 300 and we never get any errors with regards to it. BTW, it was the same under 8.1.6.0.0.
We have Java processes, a Cold Fusion application, and numerous PL/SQL stored procs hitting the interMedia Text indexes. Every morning we re-sync the main iMT index (50,000 to 280,000 new text documents per day). We've never had problems with open cursors.
I'm curious to know what you're doing with iMT to have this happen.
Thanks.
Jack
-----Original Message-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Daiminger,
Helmut
Sent: Thursday, February 28, 2002 2:28 AM
To: Multiple recipients of list ORACLE-L
Subject: max open cursors exceeded
Hi!
We are having problems with Oracle interMedia text and open cursors used:
our instance has open_cursors et to 1000. We check the number of open cursors regularly using:
break on report
comp sum of curs on report
select User_Name, SID, count(*) Curs from v$open_cursor group by
User_Name, SID order by User_Name, SID;
the corresponding sql text is extracted from the dd using:
select SID, User_Name, SQL_Text from v$open_cursor order by User_Name, SID, SQL_Text;
ususally, the number of open cursors used is about 300. if we are using interMedia text option, it usually rises and rises every day. after bouncing the instance, we are back to slightly below 300.
Questions:
Any ideas?
This is 8.1.7 on Sun Solaris.
Thanks,
Helmut
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jack C. Applewhite INET: japplewhite_at_inetprofit.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-LReceived on Thu Feb 28 2002 - 08:03:22 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).