Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> 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: Daiminger, Helmut
INET: Helmut.Daiminger_at_KirchGruppe.de
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 Thu Feb 28 2002 - 02:28:21 CST
![]() |
![]() |