Oracle Error Message
ORA-30506: system triggers cannot be based on tables or views
Reason for the Error
An attempt was made to base a system trigger on a table or a view.
Solution
Make sure the type of the trigger is compatible with the base object.