System privileges pertaining to performing authorized task on triggers.
ALTER ANY TRIGGER System Privilege
Required to alter triggers. Users can also issue a COMMENT statement on tables if he or she has the ALTER permission on the table.
CREATE ANY TRIGGER System Privilege
Required to create triggers. Users can also issue a COMMENT statement on tables if he or she has the ALTER permission on the table.