Skip to Main Content

DevOps, CI/CD and Automation

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

...for XML Auto equivalent in PL\SQL?

mathiasxFeb 23 2010 — edited Feb 26 2010
Probably a dumb question but I come from a TSQL background and when I try to use the following select statement...

SELECT ACCTDESCRIPTION, TYPEGROUP, CURRENCY FROM SI_ACCOUNTS FOR XML AUTO

... in order to return the data as XML I get a "missing keyword" error. Any ideas what I am doing wrong. I didn't think the FOR XML AUTO was TSQL only.

Comments

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

Post Details

Locked on Mar 26 2010
Added on Feb 23 2010
3 comments
3,566 views