Skip to Main Content

SQL Developer

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!

Exporting table does not export foreign keys code

Ricardo LavezziSep 7 2017 — edited Sep 8 2017

When I export a table, it appears to write all the code needed for creating the table, but I noticed that it exports primary key constraints, but not a single foreign key constraint.

Is possible to export all the code needed to reproduce the table, including the foreign keys?

I'm worried about what else it may not  be exporting. The SQL tab correctly lists the code for the creation of the foreign keys, but it does not list the code for filling the rows with data.

This post has been answered by thatJeffSmith-Oracle on Sep 8 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2017
Added on Sep 7 2017
4 comments
2,824 views