GRANT and REVOKE are invalid on routines in a stored module Explanation: The specified routine was created as part of a CREATE MODULE statement. Privileges are managed at the module level for such routines. User Action: Use GRANT or REVOKE on the module to change the privileges for any SQL or external routines in that module.