Skip to Main Content

SQL & PL/SQL

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!

How can i compare two XML files storeds in a LONG column

509198Oct 4 2012 — edited Oct 5 2012
Hi,

I need to compare two xml files. My xmls are stored in two table like this:

Table 1
ID_COL number(5);
XML1 LONG()

Table 2
ID_COL number(5);
XML2 LONG()

I need compare the values of the tags of this xmls files e to list de differences.

Tks,
Fernando.

Comments

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

Post Details

Locked on Nov 2 2012
Added on Oct 4 2012
10 comments
513 views