Oracle Error PLS-00244: Multiple declarations in foreign function formal parameter list

Oracle Error Message

PLS-00244: Multiple declarations in foreign function formal parameter list

Reason for the Error

There are multiple declarations of at least one the following FORMAL, INDICATOR, LENGTH, MAXLENGTH, or CONTEXT. PL/SQL allows only one declaration of the above for each formal parameter in the PARAMETERS clause.

Solution

Correct the PARAMETERS clause.