Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

LPX-00125

duplicate entity "~S" (ignored)

Cause

A general or parameter entity was declared more than once.

Warning returned by XmlDomGetDecl when original document did not contain an XMLDecl


Action

This is a warning, not an error. The first entity declaration is in force, subsequent are ignored. Remove duplicate entity declarations or ignore the warning.

This is a warning, not an error. The value XMLERR_NO_DECL is used by the programmer to detect whether a document had an XMLDecl or not. It does not indicate a problem.