在使用 DataDefender 分析我的数据库并对其进行匿名化后,我遇到了一个异常!
您可以在下面找到错误描述:
Desktop\DataDefender\sample_projects\database_discovery\postgresql>java -jar datadefender.jar anonymize @database.config -r=anonymize.xml
Starting anonymizer
Anonymizing table public.ouvrage_oeuvre... 5% │███████ │ 999/18715 (0:00:00 / 0:00:10)
[ERROR] java.sql.BatchUpdateException: Batch entry 0 UPDATE public.ouvrage_oeuvre SET internalcomment_ = NULL, origin_ = NULL, place_ = NULL, status_ = 'Vestibulum tristique tortor luctus urna dapibus dignissim.' WHERE id_ = '19002' was aborted:
ERROR: operator does not exist: numeric = character varying
Hint: No operator matches the given name and argument types. You might need to add explicit type casts.
Position: 131 Call getNextException to see other errors in the batch.
[ERROR] org.postgresql.util.PSQLException: ERROR: operator does not exist: numeric = character varying
Hint: No operator matches the given name and argument types. You might need to add explicit type casts.
Position: 131
[ERROR] Exception anonymizing table
有人有想法吗?