ORACLE SQL get xml document from oracle sql select - Net-Raft.com

Welcome aboard! We are happy you are here and wish you good net-raft!




Just a Web Code Solution
join us

how to get xml document from oracle sql select ?


 101

ORACLE SQL


2

// Oracle9i
select SYS_XMLGEN(contact_name) from customers;

// in release1
select SYS_XMLGEN(contact_name).getStringVal() from customers;

// this one create one xml document
select SYS_XMLAGG(SYS_XMLGEN(contact_name)) from customers;

// in release1
select SYS_XMLAGG(SYS_XMLGEN(contact_name))).getStringVal() from customers;





By        
The power of the user (%)
62%



The most helpful ORACLE SQL solutions

add grant oracle sqladd grant oracle sqlORACLE SQL

Click to see more ...

  289     33

how to convert oracle sql date type to xml format ?how to convert oracle sql date type to xml format ?ORACLE SQL

Click to see more ...

  227     32

how to insert xml record to sql table using oracle sql ?how to insert xml record to sql table using oracle sql ?ORACLE SQL

Click to see more ...

  181     15

how to set grant to table using oracle sql ?how to set grant to table using oracle sql ?ORACLE SQL

Click to see more ...

  129     12

how to get xml document from oracle sql select ?how to get xml document from oracle sql select ?ORACLE SQL

Click to see more ...

  101     11

get recods plus 1 day oracle sqlget recods plus 1 day oracle sqlORACLE SQL

Click to see more ...

  169     11

Welcome aboard!
We are happy you are here and
wish you good net-raft!