Oracle Solution for Error ora-30515

Solution for Oracle Error ORA-30515

ORA-30515: suspend triggers cannot have BEFORE type

What triggered the Error:

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

What should we do to fix it:

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