aws-secrets-manager-rotation-lambdas
aws-secrets-manager-rotation-lambdas copied to clipboard
Oracle Issue with ORA-28221: REPLACE not specified
I try to use this script but i found the error ORA-28221: REPLACE not specified because i apply oracle user policy and it requires REPLACE syntax (example: alter user username identified by new password REPLACE old password )
so how to edit the script to support REPLACE
i am not the master of programing so please advise