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 and very large documents

481017May 31 2006 — edited Jun 6 2006
I'm having the following problem.

I have some very large clob documents in my table. They could be extermly large. (> 32k).
When I select everything in xmlelement everything is ok.....it selects everything.

But when I use xmlagg to combine the rows into one....it doesn't select everything anymore.
Somehow a row is 'deleted', no selected.

Is there a maximum size to combine xmelements into a xmlagg?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2006
Added on May 31 2006
25 comments
1,464 views