Stored procedures as XSD Schemes?

Are you missing a feature? Request its implementation here.
DanielN
Posts: 1
Joined: Tue Aug 26, 2008 6:26 pm

Stored procedures as XSD Schemes?

Post by DanielN »

Hello,

is it possible to connect to a (maybe Oracle) DB and generate XSD Schemes out of Stored Procedures? It would be nice to have such a feature.

Kind regards
Daniel
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Stored procedures as XSD Schemes?

Post by sorin_ristache »

Hello,

No, that is not possible in Oxygen. How should an XML Schema be created from a stored procedure? What does the stored procedure do? Can you give some examples?

Does the stored procedure create some database tables? In this case you can import the structure of the database in Oxygen as an XML Schema instead of parsing the stored procedure and generating an XML Schema. If the stored procedure just queries or updates some tables of an Oracle database instance then I do not see what the XML Schema should define.


Regards,
Sorin
Post Reply