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.