-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle Datasource #185
Comments
Trying this: ./datadefender anonymize --requirement-file=requirement.xml -u=hr -p=oraclepwd --schema=hr --url=jdbc.oracle://hostname:1521/pdb1 --vendor=oracle But got this error: I have copied ojdbc6.jar to my target directory. |
The right syntax: |
Almost there. |
Use "number" data type. |
Trying to use this plan for number (8,2) column Starting anonymizer |
Try decimal data type |
Would you please send an example for 'decimal'? |
Hi, how doo I configure database connection?
I have got error below when trying to run anonymization:
java.lang.IllegalArgumentException: Database null is not supported
The text was updated successfully, but these errors were encountered: