Oracle Error Message
ORA-30516: database role change triggers cannot have BEFORE type
Reason for the Error
An attempt was made to create a trigger that fires before the role change completed. This type of trigger is not supported.
Solution
Do not attempt to create a trigger that fires before the role change completes.