JDBC Driver Problems for Oracle 10
843859Dec 2 2005 — edited Aug 18 2006Trying to setup an OCI driver in our system but keep getting this response.
-----------------------------------------------------------------------------------------
INFO 2005-12-02 08:49:40,868 [STDOUT] java.lang.UnsatisfiedLinkError: C:\_EP\coldfusion\cfusion\lib\ocijdbc10.dll: The specified procedure could not be found
INFO 2005-12-02 09:02:35,008 [STDOUT] A non-SQL error occurred while requesting a connection from DEVX2
INFO 2005-12-02 09:02:35,008 [STDOUT] Timed out trying to establish connection
-----------------------------------------------------------------------------------------
That file exists on that path, so I'm not sure if this message means that it can't find that dll, or a procedure within that dll.
If I set it up to use the thin client... no problems. This is very strange. ojdbc14.jar is on the classpath as well as all the DLLs needed, and I have the client installed on my machine.
What else could I possibly need?