Is there a where clause on the query that select quite a few records? What does the query look like?
Janet. At 10:10 PM 1/27/2005 -0500, you wrote: >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] > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192692 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

