Database Error Messages

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

PLW-05020

parameter name must be an identifier

Cause

A string literal was used as the parameter name in a call that used named notation.


Action

Change the code to use an identifier for the parameter name.