Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

PLS-00927

bind variable 'string' was not used

Cause

The client (caller) of PL/SQL has passed a bind variable that is used in wrong context where bind variables are not allowed.


Action

Do not use bind variables in this context.