How to fix the Oracle error LPX-00125: duplicate entity “~S” (ignored)?
In this post, you’ll learn more about the Oracle ErrorLPX-00125: duplicate entity “~S” (ignored) with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
LPX-00125: duplicate entity “~S” (ignored)
Reason for the Error LPX-00125: duplicate entity “~S” (ignored)
Cause: Warning returned by XmlDomGetDecl when original document did not contain an XMLDecl
How to fix the Error LPX-00125: duplicate entity “~S” (ignored) ?
You can fix this error in Oracle by following the below steps
Action: 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.
Leave Your Comment