Skip to Main Content

SQL Developer Data Modeler

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!

How to email/share design with other developers?

a18fe510-46f3-453b-9743-fc482ebe47f9Jul 13 2016 — edited Jul 14 2016

This question seems so basic that I can't believe I'm asking it. But, here's the deal- another developer and I both installed the latest SQL Developer Data Modeler. I created a Relational Model of our database. It's pretty, beautiful, likely to get me awards in the modeling community. (Ok, it isn't.)

But now I need to email it to my coworker. I went to the location where File --> Save goes and the file is there (Whatever.dmd). The file is only about 1kb and is a simple XML file:

<?xml version = '1.0' encoding = 'UTF-8'?>

<OSDM_Design class="oracle.dbtools.crest.model.design.Design" name="Whatever" id="8BBCF442-1A47-2660-D210-5A3C6C178DDF" version="3.5">

<createdBy>myinitials</createdBy>

<createdTime>2016-07-08 17:00:44 UTC</createdTime>

<ownerDesignName>Whatever</ownerDesignName>

<capitalNames>false</capitalNames>

<designId>8BBCF442-1A47-2660-D210-5A3C6C178DDF</designId>

</OSDM_Design>

When she opens it, there's nothing there (nothign under "Relational Models". I've also tried going to File --> Export --> To Data Modeler Design, but the same 1kb file is generated.

So... what am I doing wrong? (And please assume that email is the only solution for transferring these design files- no matter how terrible that is.)

This post has been answered by jnicholas330 on Jul 13 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2016
Added on Jul 13 2016
5 comments
1,293 views