Database Error Messages

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

OCI-64625

bind variables not allowed in the string returned from SQL macro

Cause

The string returned from SQL macro contained bind variables.


Action

Modify the SQL macro definition, so that it does not return a string containing bind variables. Instead, use bind variables as parameters to SQL macro.