Store large XML strings using Entity Framework
Posted: Fri 29 Aug 2008 13:02
I am trying to store a large XML-string in a Oracle database field of type XMLType, using the Entity Framework. When I try to store small XML-strings in this field, everything works fine. When I try to store a large XML-string however, I get the following error message:
CoreLab.Oracle.OracleException: ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00007: unexpected end-of-file encountered
It looks like only part of the XML is passed into the XMLType field, which causes the exceptions. Does anybody know if there is a limitation to the size of a string you can store using CoreLab.Oracle? If so, is there a way to change this?
Thanks in advance,
Bas
CoreLab.Oracle.OracleException: ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00007: unexpected end-of-file encountered
It looks like only part of the XML is passed into the XMLType field, which causes the exceptions. Does anybody know if there is a limitation to the size of a string you can store using CoreLab.Oracle? If so, is there a way to change this?
Thanks in advance,
Bas