Error connecting to Oracle in CF9
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.
