DivanteLtd / anonymizer

Universal tool to anonymize database. GDPR (General Data Protection Regulation) data protection act supporting tool.
https://www.linkedin.com/pulse/gdpr-quick-wins-software-developers-teams-piotr-karwatka
352 stars 57 forks source link

Can this be used to randomize OracleDB? #42

Open DanteNahuel opened 5 years ago

DanteNahuel commented 5 years ago

Hi Sorry I know this is not a question forum but I wanted to know if this can work with OracleDBs

mkoszutowski commented 5 years ago

Hi, in general, yes. I have never tested it with OracleDB. You can try by changing adapter from mysql to oracle here https://github.com/DivanteLtd/anonymizer/blob/master/lib/anonymizer/model/database.rb#L9

DanteNahuel commented 5 years ago

Thank you for the reply. So I would only have to change the adapter in line 9?