Oracle Error ORA-19254: XQST0034 – too many declarations for function string

Oracle Error Message

ORA-19254: XQST0034 – too many declarations for function string

Reason for the Error

The query module contained more than one function, either declared or imported, which have the same expanded QName.

Solution

Remove the duplicate function definitions.