Skip to Main Content

DevOps, CI/CD and Automation

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!

Add element into XML using PL/SQL

879879Jul 12 2012 — edited Jul 13 2012
I have CLOB column contain XML data(more than 3000 character)
something like this
--------------------------------------------------------------
<order>
<header>
<line1></line1>
<line2>
<name1></name2>
<name1></name2>
</line2>
</header>
<detail>
</detail>
</order>
----------------------------------------------------------------
Could anyone tell me how can I add an *<line3></line3>* under an element *<header>*.

Thank you!
Fah
This post has been answered by odie_63 on Jul 12 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2012
Added on Jul 12 2012
2 comments
6,411 views