Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

xmlparser limitations

620220Oct 18 2011 — edited Oct 18 2011
Hi,
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 15 2011
Added on Oct 18 2011
3 comments
216 views