Database Error Messages

PGU-41012

invalid PLSDNAME parameter

Cause

The parameter specified in the PLSDNAME clause of a DEFINE or REDEFINE DATA statement does not comply with PL/SQL syntax for PL/SQL variable names. Syntax checking only continues with the next statement.


Action

Correct the PLSDNAME parameter to use a name which complies with PL/SQL syntax for data variables.