I am working with a client who is trying to create an Oracle data source in ColdFusion and is receiving the following error message:
Connection verification failed for data source: cqat
java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.
The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][Oracle JDBC Driver]No more data available to read.
Here is the information for the given situation:
Oracle 11.2 64-bit Enterprise running on Linux (No RAC or encryption on the database server)
ColdFusion 9.0.1.274733 32-bit running on Windows 2008
We are trying to create an Oracle data source using the built-in Oracle drivers in CF (data direct).
I have never had this issue before when trying to connect to an Oracle server.. even when my CF installation was 32 bit and my Oracle installation is 64 bit.
Any help or thoughts would be much appreciated.
PS - An ODBC Socket type data source works like a charm.
~Mike