Click here to Skip to main content
15,884,009 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have one query in sql-server which gives me details of database tables in xml format.

Query is:

SELECT table_name,column_name,data_type,character_maximum_length
FROM information_schema.columns
FOR XML RAW('Table'), ROOT('NewDataSet'), ELEMENTS

I want query which gives me same result like above query but in oracle.I want xml as output in oracle because I have to read that xml.

Please reply me. Thanks a lot.
Posted

1 solution

 
Share this answer
 
Comments
Alia Sharma 22-May-14 0:09am    
Hello friend ,
thank u so much for your response but I need oracle query which will give output of database in xml format.Because I need to read that xml .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900