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!

XMLAGG problem

530807Aug 30 2006 — edited Aug 31 2006
We have stored procedure which creates a long string of XML (which is stored as a clob in the database column)using the xmlAGG and XMLElement. The stored proc calls sub functions which all run fine when called individually however when called collectively from the stored proc the xml generated appears corrupted with a section missing and always gets corrupted at the same point i.e. a sub function pulls back a number of installment records - when we try to retrieve more than 4 records 1016 bytes the result gets corrupted. We are using oracle 10g with the latest patches 10.0.2.0.2 and running it on a linux - we also tried it from a windows platform but get the same problem. We know its not the code that is the problem because it works fine from a linux machine. Has anyone else experience similar problems or have any ideas on how to resolve?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 28 2006
Added on Aug 30 2006
5 comments
949 views