Dropping triggers (PL/SQL)

You can remove a trigger from the database by using the DROP TRIGGER statement.

Syntax

Read syntax diagramSkip visual syntax diagramDROP TRIGGER trigger-name

Description

trigger-name
Specifies the name of the trigger that is to be dropped.