-1

enter image description here

this is my first time to use pentaho woth oracle. I tried to add ojdbc8.jar file into /lib but nothing changed. Can someone help on how to connect them

I tried to add ojdbc8.jar file into /lib but nothing changed. I expect there is a problem with my java installed

2 Answers2

0

As @OldProgrammer has stated, you are not using the correct driver, with the ojdbc8.jar driver library, you have to use the Oracle (without RDB) driver: enter image description here

Ana GH
  • 1,397
  • 1
  • 9
  • 19
0

make sure the version of ojdbc is compatible with the version of the oracle database, I already had a similar problem that resolved when returning to ojdbc 6

ThiagoM
  • 39
  • 4