Database Error Messages

ORA-19259

XQST0039 - duplicate parameter name param_name in function declaration
  • param_name: The name of the duplicated parameter.

Cause

The function declaration contains more than one parameter with the same name.


Action

Fix the function declaration and remove the duplicate parameters.