Inline via cfquery -----Original Message----- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 7:35 PM To: CF-Talk Subject: Re: Closing Oracle Cursors
Are you executing stored procedures or inline via cfquery? -Adam On Thu, 27 Jan 2005 17:44:12 -0500, Scott Mulholland <[EMAIL PROTECTED]> wrote: > I am connecting to a new database run by another company and have been > experiencing an intermittent error: > > [Oracle]ORA-00604: error occurred at recursive SQL level 1 ORA-01000: > maximum open cursors exceeded > > When I talked to the DBA's who maintain the database they told me: > > If your app is erroring out with the "max opened cursors exceeded" > error, then its usually an indicator that your app is not explicity > closing all cursors that it is opening. Each insert or select sequence > statement would be an implicit cursor in Oracle. Coldfusion should > close the cursors. > > Anyone know how to go about this? I worked with Oracle about 3 years > ago regularly and don't remember this ever coming up? Is this > possibly version dependent? > > Thanks, > Scott > > --- > [This E-mail scanned for viruses by Declude Virus] > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192046 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

