how to retrive xml data for using sql query?
Answer Posted / ksonga
SET VERIFY OFF
SET ECHO OFF
SET PAGES 0
SET LONG 100000
SET lONGCHUNKSIZE 10000
SET LINESIZE 200
select dbms_xmlgen.getxml('select * from emp') from dual
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Oracle
What are a query and state the different types of queries and their uses?
What would you do with an in-doubt distributed transaction?
Describe an oracle table?
What are the extensions used by oracle reports?
Explain about integrity constraint?
Is postgres faster than oracle?
How to rename an index?
What are the limitations oracle database 10g xe?
What is instant client oracle?
How to create a table in a specific tablespace?
In oracle there is column command, how will you explain that?
How to loop through data rows in the implicit cursor?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What is the order of defining local variables and sub procedures/functions?