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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ODM: Double relationshipnames when using gitHub

user468560Feb 16 2021

We are using gitHub to version-control our model.
If 2 users in two clones of the same model create a relation, it happens, that the names of the relations are identical ("Relation_nnn", nnn incremented automatically). After commit, push and merge, we have two relations (in two files, different ids) with the same name. The modeler handles this by adding "v1" for the display to one of the names. BUT it does not store this unless you change something in the relation.
The same could happen with every element, having unique names.
This inconsistency (2 identical relation-names) remains in the xml-files. As we analyse these files for further usage, we run into trouble.
Any idea, how we can avoid duplicate names?

Comments

Post Details

Added on Feb 16 2021
1 comment
69 views