ORA-30516: database role change triggers cannot have BEFORE type
What triggered the Error:
An attempt was made to create a trigger that fires before the role change completed. This type of trigger is not supported.What should we do to fix it:
Do not attempt to create a trigger that fires before the role change completes.