Copy link to clipboard
Copied
We have Coldfusion 8. We
have upgraded our development environment to Oracle 11g.
Now we are receiving through our application. We searched to see if we need to update the driver, can't find driver for 11g.
The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.
The following information is meant for the website developer for debugging purposes. | ||||||||||||||||||||
Error Occurred While Processing Request | ||||||||||||||||||||
|
Copy link to clipboard
Copied
I suspect that you will need to do two things.
1. Get a JDBC driver for 11g and configure it as a data source option in CF.
2. Enable CLOB
Disclaimer: I am not an Oracle expert.