Oracle OCI ocijdbc11.dll already loaded in another classloader
I was trying to use Oracle native client in windows 64 bit machine with Talend and i am getting the below error.
java.lang.UnsatisfiedLinkError: ocijdbc11.dll already loaded in another classloader.
During configuration of the connection i dont see the error. I see it only when i try to define the schema by clicking on Guess Schema.
Hi Tiger_DB,
Your problem "java.lang.UnsatisfiedLinkError: ocijdbc11.dll already loaded in another classloader." appear When you try to define the schema by clicking on Guess Schema? Could you use other DB to test it? The purpose is to make sure something wrong with your Oracle OCI or something wrong with talend component. In addition, which talend production version do you used, and we will take a testing for it.
Best regards
Sabrina
* Yes i have tested in couple of DB. The DB that I am working works fine with "Oracle with SID" and "Oracle with Servicename". * I have done enough verification so that there are no duplicate jars in my system classpath and path.Only reason i want to go for OCI is i feel the performance will be better with native client than thin clients. * I am using Talend 5.2.1 version.