How to fix the Oracle error LPX-00282: document cannot have both internal/external and shared DTDs?
In this post, you’ll learn more about the Oracle ErrorLPX-00282: document cannot have both internal/external and shared DTDs with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
LPX-00282: document cannot have both internal/external and shared DTDs
Reason for the Error LPX-00282: document cannot have both internal/external and shared DTDs
Cause: A parser context which had a shared DTD set was used to parse a document which also contained a DTD. You cannot use both a shared DTD and and internal/external one.
How to fix the Error LPX-00282: document cannot have both internal/external and shared DTDs ?
You can fix this error in Oracle by following the below steps
Action: If a shared DTD is to be used, then the documents parsed must not contain or reference a DTD.
Leave Your Comment