Database Error Messages

ORA-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.