Skip to main content
May 24, 2011
Question

Error connecting to Oracle in CF9

  • May 24, 2011
  • 1 reply
  • 363 views

Migrating an application from CF7 to CF9. I keep getting this error:

Error Executing Database Query. [Macromedia][Oracle JDBC Driver][Oracle]ORA-02041: client database did not begin a transaction

After some research some people have been able to correct the problem by surrounding the cfquery tag in cftransaction. This approach hasn't worked for me. Anyone have other idea's? This is a simple select query that works in the CF7 enviroment but no CF9. I'm thinking there's some configuration or setting that the CF7 devs set up that I havne't discovered yet.

    This topic has been closed for replies.

    1 reply

    May 25, 2011

    Error message was misleading. After some social engineering and investigation into other applications I discovered that the connection string was depricated. Another case on why your dev team should have solid documentation. blah.