ORA Tips
ORA-25000 invalid use of bind variable in trigger WHEN clause

Tips to resolve Oracle® Database errors


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.

Related Error Messages to ORA-25000 invalid use of bind variable in trigger WHEN clause

ORA-24905 invalid recepient protocol attribute passed into OCI call

ORA-24906 invalid recepient attribute passed into OCI call

ORA-24907 invalid pair of callback and recepient protocol attributes

ORA-24908 invalid recipient presentation attribute

ORA-24950 unregister failed, registeration not found

ORA-25001 cannot create this trigger type on views

ORA-25002 cannot create INSTEAD OF triggers on tables

ORA-25003 cannot change NEW values for this column type in trigger

ORA-25004 WHEN clause is not allowed in INSTEAD OF triggers

ORA-25005 cannot CREATE INSTEAD OF trigger on a read-only view



Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of Oracle Corporation and/or its affiliates.