ORA-19259: XQST0039 - duplicate parameter name string in function declaration
What triggered the Error:
e function declaration contained more than one parameter with the same name.What should we do to fix it:
x the function declaration to remove the duplicate parameters.