Efficient way to build XML tree using PL/SQL
655491Aug 7 2009 — edited Aug 10 2009Hi, all,
I am looking for an efficient way to build XML tree using PL/SQL. I need to retrieve some rows (< 300 with 3 columns) from a table, and then some calculation for some rows, and then need to build a simple XML tree with about size of the element, basically one element for one row. Does anyone have a recommendation?
Thank you so much in advance