In this blog post, let’s learn about the error message “1760 Trigger trigger-name has unsatisfied dependent privileges on table table-name.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
1760 Trigger trigger-name has unsatisfied dependent privileges on table table-name.
Reason for the Error
A GIVE TABLE or GIVE SCHEMA operation changes privileges on a table used by a trigger. This results on the trigger owner losing the required privileges on that table.
Solution
GRANT the required privileges to the trigger owner and then retry the GIVE operation