Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

OracleDriver not found

Hi!I'm using Talend 2.3.2 and here is my problem.I made several jobs that migrate an excel sheet to an oracle database which work perfectly separately.Now when I want to run only one job with the tRunJob component,Talend launches "java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver",but the ojdbc14.jar is on Talend lib.
What should I do?
Labels (5)
4 Replies
Anonymous
Not applicable
Author

do you use java?
You can verify the installation of all library using Window>show view>Modules
Anonymous
Not applicable
Author

yes I use java.
I've just verified the installation of all library and it says that classes12.jar is unused
Anonymous
Not applicable
Author

I found the solution.In fact,I had to set the CLASSPATH for java/bin.
That's all!
Anonymous
Not applicable
Author

Hi All
I use Talend Open Studio for ESB v5.5.1 
I get the same ClassNotFoundException only when i deploy the job using tOracleConnection as a .kar file.