"Procedure not found" in ocijdbc10.dll Trying to open OCI8 connection
I decided to try using and OCI8 instead of a thin connection for my Java program (never yet got this to work but I persist). I'm using Sun JDK1.5_0_4. Everything is fine with thin.
I just downloaded the lastest windows JDBC10_4 "Instant client" and put all the DLLs on my java.library.path directory.
Using an oci8 URL I now get:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
C:\Scorecard\ScoreCard\dist\lib\W32\ocijdbc10.dll: The specified procedure could not be found
As you can see it clealy finds the DLL ok, and I'm sure I'm using the jars which came with it. And yet this message clearly suggests a mismatch between jar and dll.
I've tried ojdbc14.jar and classes12.jar, and both, on the classpath. Makes no difference.