no ocijdbc12 in java.library.path
问题 I am trying to make a connection to oracle through java program using OCI driver. Following is the configuration. Windows 7, 32 bit. JDK 1.7 Oracle client 11g R2. ojdbc7.jar in the class path of my standalone application. But I am getting following exception: Exception in thread 'main' java.lang.UnsatisfiedLinkError: no ocijdbc12 in java.library.path I tried connection using thin driver. For thin driver it is Connection Succeeded. I googled but was not able to figure out the solution. Please