xmlparser limitations
620220Oct 18 2011 — edited Oct 18 2011Hi,
I'm trying to parse an xmlfile with xmlparser.parse(<parser>,<xmlfile>); and for several files everything is working fine but on one file that I have received from one of our distributors I get the following error message: ORA-31001 Invalid resource handle or path name.
What i have found out so far is that one of the lines in the file is about 38100 characters long and if I open the file and insert an line shift on that line after less than approximately 32700 characters the parsing works fine.
is there limitations on the xmlparser for line length (characters)?
Regards,
Patrick Larsson