I am trying to make a connection to oracle through java program using OCI driver.
Following is the configuration.
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 help me solve this problem.
I had the same issue, it was just the external folder of the my *.ora
files which was not there any more, I pointed to it again via (menu navigation):
It solved it!