Oracle Error ORA-30515: suspend triggers cannot have BEFORE type

Oracle Error Message

ORA-30515: suspend triggers cannot have BEFORE type

Reason for the Error

An attempt was made to create a trigger that fires before execution suspended. This type of trigger is not supported.

Solution

Do not attempt to create a trigger that fires before execution suspended.