PLS-00228: Illegal declaration of variable of type LONG

PLS-00228: Illegal declaration of variable of type LONG

Cause: The identifier is a formal parameter which is being used in the context of a default expression value for a formal parameter in the same formal parameter list. E.g.: procedure p(j number, k number := j).

Action: Remove the offending variable definition

No comments:

Post a Comment