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.

Primary Key Constraint Rely

NicCoxJan 21 2013 — edited Jan 23 2013
Hi,

I can't find anywhere to change a primary key constraint to "rely".

e.g Generated ddl to show: ALTER TABLE <table_name> ADD CONSTRAINT <primary_col> PRIMARY KEY (<table_name>) RELY

Any ideas?

Thanks,
Nic

Comments

985668
http://docs.oracle.com/cd/B19306_01/server.102/b14223/constra.htm#i1006300
Kent Graziano
Great reference. But does not answer the question of how to select this option in Data Modeler.
David Last-Oracle
Hi Nic,

I presume this is only an issue if the Primary Key is in NOVALIDATE mode.

Currently Data Modeler only supports the Rely option on Foreign Key constraints.
I have logged an enhancement request to support the Rely option on Primary Key constraints.

David
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 20 2013
Added on Jan 21 2013
3 comments
552 views