ORA-30507: normal triggers cannot be based on a schema or a database
What triggered the Error:
An attempt was made to base a normal trigger on a schema or a database, but normal triggers can be based only on tables or views.What should we do to fix it:
Make sure the type of the trigger is compatible with the base object.