Open christianorios opened 2 years ago
Exception in thread "main" java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path: [/usr/java/packages/lib, /usr/lib64, /lib64, /lib, /usr/lib]
I installed Oracle Client in my Oracle Linux and have altered config.xml from jdbc:oracle:oci8: to jdbc:oracle:thin: sucessfully. But when I started the anonimyzing process, Ive got the error: "Table jobs does not contain a primary key and can not be anonymyzed" But this tables has in fact a primary key.
Ive failling trying all ojdbc Oracle drivers to connect Anonimatron to an Oracle Database. The error message always reports about missing a driver. ... no ocijdbc21 in java.library.path: no ocijdbc11 in java.library.path: no ocijdbc9 in java.library.path: ...
and so on... I tried from ojdbc6 to ojdbc14 without sucess.
Whats the right Java and Oracle ojdbc version?