realrolfje / anonimatron

Anonimatron. Providing GDPR compliance since 2010.
https://realrolfje.github.io/anonimatron/
MIT License
105 stars 51 forks source link

Cannot connect to an Oracle Database #180

Open christianorios opened 2 years ago

christianorios commented 2 years ago

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?

christianorios commented 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]

christianorios commented 2 years ago

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.