Jump to content

Generate XML code from SQL Select


Coach

Recommended Posts

I want to know if this statement is valid to generate XML code:select xmlgen.getXml('select aircraftsuspensionid, missionid, projectid, suspensionid, suspensionnamefrom aircraftsuspensionwhere aircraftsuspensionid = 22') from dual;I get the following error when I execute the above statement:ERROR at line 1:ORA-00904: "XMLGEN"."GETXML": invalid identifier

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...