Database Error Messages

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

ORA-25000

invalid use of bind variable in trigger WHEN clause

Cause

A bind variable was used in the when clause of a trigger.


Action

Remove the bind variable. To access the table columns use (new/old).column_name.