It's possible the DB is actually unavailable (either due to network congestion, Oracle problems or other issues) when the errors occur. It's also possible that you're using shared servers rather than dedicated servers and the shared servers are having an issue. Check memory on the Oracle server, check for dead Oracle sessions etc.
With maintain connections off, it's less likely to be a problem at the CF end, since the most common cause of the error is CF attempting to use a pooled connection that's no longer available. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/8/5 Wes Middendorff <[email protected]>: > > Thanks for the speedy reply James. > > I have done as you suggested, but I still recieve the error. Afterwards, just > to see if it would have an affect, disabled the maintain connections settings > and it also had no affect. > > Not sure if it matters in this case, but I am using oracle 10gR2. > > Wes > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325209 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

