How to fix the Oracle error LPX-00757: maximum XML document size (~s bytes) exceeded?
In this post, you’ll learn more about the Oracle ErrorLPX-00757: maximum XML document size (~s bytes) exceeded with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
LPX-00757: maximum XML document size (~s bytes) exceeded
Reason for the Error LPX-00757: maximum XML document size (~s bytes) exceeded
Cause: The input XML document’s size exceeded the limit set by “max_xml_size” attribute set in XmlDavCreate().
How to fix the Error LPX-00757: maximum XML document size (~s bytes) exceeded ?
You can fix this error in Oracle by following the below steps
Action: Raise the value set for max_xml_size attribute in XmlDavCreate() if this does not create problems with security.
Leave Your Comment