Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XML Schema for Oracle SQL Developer Data Modeler

Oracle Data Modeler uses xml as file format to save models.

Has anybody a clue, whether there is a xml schema available that these files confirm to?

Thanks in advance!

like image 761
Toby Avatar asked Jun 22 '11 10:06

Toby


People also ask

How do I add xml to SQL Developer?

Import an XML File into Oracle Table Using Oracle SQL Developer. First, convert your XML file to CSV, by clicking on the following link Convert XML to CSV. Paste your XML file contents into the text box of the website, and then you would be able to download the CSV file.

What is xml Schema in Oracle?

Using XML Schema with Oracle XML DB provides a flexible setup for XML storage mapping. For example: If your data is highly structured (mostly XML), then each element in the XML documents can be stored as a column in a table.


1 Answers

You could try looking in your system for this JAR file oracle.sqldeveloper.xmlschema.jar and see if the file is inside. Of course, the format could change between versions.

like image 76
Joseph Bui Avatar answered Oct 06 '22 01:10

Joseph Bui