Hello all,
Just started to use Open Studio Version: 6.2.0
https://community.talend.com/t5/Design-and-Development/tOracleOuput-ArrayIndexOutOfBoundsException/t... In 5.6.2 I think I swithed from ojdbc14 to ojdbc6 but did not log how I did it!
This error seems to be back with the 6.2 version
I have an hard time figuring what to change in order to use the proper driver.
I installed ojdbc7.jar via talend modules. See printscreen
So how I can i fix this?
My prod environnement does have ojdbc6 with jobs build in 5.6.2. Those are working fine
Jlolling, Thank you for your response. Oracle Database 11g Release 11.2.0.4.0 - 64bit Production is what our database is. So just to confirm, if I flip Metadata database connection of all the Talend jobs to update Oracle Database Tables, in the properties of Metadata, DB version to
Oracle 12 should not create any new issue is that right? Jobs works, however, I am reluctant this to promote to production because of discrepancy in the Oracle version vs what we use it in Talend.
Thank you
Hi, yes, thats my own experiences. Hope it will work for you too. But you can check that easily. If you have doubt, simple create a copy of your current database connection and try it on the copy.
Thank you, yes it worked even after promoting to the test environment. We are planning to recommend this to others who encounter this issue. They may have to update all the jobs where connections are shared.