Skip to Main Content

Oracle Database Discussions

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!

Anyone use ERwin to generate DDL scripts

88782Sep 1 2004 — edited Sep 2 2004
Hi,

Anyone use ERwin to generate DDL scripts.
Currently I am using ERwin to generate the table creation script but when it try to create FK constraint, the reference table column is missing. Anyone know whether ERwin does not support or I had missed out some setting or configuration?

ALTER TABLE XXX
ADD ( CONSTRAINT FK_XXX_1
FOREIGN KEY (key1)
REFERENCES YYYY ? ) ;

Thank You, You help are greatly appreciated...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2004
Added on Sep 1 2004
5 comments
1,329 views