Database Error Messages

OCI-19269

XQST0049 - variable variable_name defined multiple times
  • variable_name: The name of the variable.

Cause

The module is defining or importing the same variable multiple times.


Action

Fix the import or the module definition to remove duplicate definitions.