arx-deidentifier / arx

ARX is a comprehensive open source data anonymization tool aiming to provide scalability and usability. It supports various anonymization techniques, methods for analyzing data quality and re-identification risks and it supports well-known privacy models, such as k-anonymity, l-diversity, t-closeness and differential privacy.
http://arx.deidentifier.org/
Apache License 2.0
623 stars 216 forks source link

Would like the ability to import from Oracle PDB using Service Name in ARX GUI #361

Open Spacat1 opened 3 years ago

Spacat1 commented 3 years ago

When attempting to make a JDBC connection to an Oracle data source, the ARX GUI only supports using database SID. If the Oracle database is a PDB, you get an ORA-12505 error, as PDBs only support using service name to target a database.

Ideally, the ARX GUI should have a way to toggle connection settings between using SID and Service Name.

prasser commented 3 years ago

Thanks for reporting this!