ERD Schema from XML
402355Aug 16 2007 — edited Oct 12 2007I’m looking for a way to persist XML data into a relational database. The idea would be to store the XML values as attributes and the XML elements as RDB entities.
Ideal would be a read a XSD with a tool like Oracle Designer and have it generate a suitable schema.
Any suggestions -- can Designer do it?
I have no desire to re-invent the wheel, I assume this problem has been solved many time in the past.