Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

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.