Database Error Messages

OCI-30507

normal triggers cannot be based on a schema, a database, or a pluggable database

Cause

An attempt was made to base a normal trigger on a schema, a database, or a pluggable database, but normal triggers can be based only on tables or views.


Action

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