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!

NOT NULL Unique Constraint in Data Modeler

994068Feb 28 2013 — edited Mar 1 2013
I've created Unique Constraints in the Relational Model and I'm trying to figure out how to make it a NOT NULL constraint.

Let's say the table name is category with columns cat_id, cat_name, sort.

In SQL I create "ALTER TABLE category MODIFY (category CONSTRAINT xxx_cat_name_nn NOT NULL);", but inside the modeler there is no data entry points in the [Unique Key Properties - xxx_cat_name_nn] dialog box, that I can find, that lets me tell it that it is a NOT NULL constraint. I'm sure there is a way but I'm just fall over my own feet trying to find it.

Any help would be greatly appricated.

Edited by: 991065 on Feb 28, 2013 1:40 PM
This post has been answered by David Last-Oracle on Mar 1 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2013
Added on Feb 28 2013
3 comments
4,393 views