Expand To Show Full Article
Oracle Error ORA-19257: XQST0037 - function or variable string in module already defined - Developer Publish

Oracle Error ORA-19257: XQST0037 – function or variable string in module already defined

Oracle Error Message

ORA-19257: XQST0037 – function or variable string in module already defined

Reason for the Error

A module being imported contained the function or variable that is already declared in the static context of the importing module.

Solution

Remove the conflicting declarations.