Oracle Error ORA-30507: normal triggers cannot be based on a schema or a database

Oracle Error Message

ORA-30507: normal triggers cannot be based on a schema or a database

Reason for 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.

Solution

Make sure the type of the trigger is compatible with the base object.