How to ignore errors while executing ENCRYPT_PASSWORD *; DMS script
I am running the below DMS script and it erros in the middle with the message "Error: Process aborted. Possibly due to JVM is not available or missing java class or empty password."
SET LOG ENCRYPT.LOG;
ENCRYPT_PASSWORD *;
Above script running to error because some of the users having 'blank' password in PSOPRDEFN table.
Is there a way we can ignore this error and continue the script for all users?