I am exploring Workbench a little and currently trying to migrate few tables from one Oracle database to another Oracle database. This is a very basic and simple scenario which I am trying to implement here.
The issue that I am facing here is I am able to successfully migrate my source table schemas and data to the target database but for one of the tables which contain foreign keys in source table, the FKs are not getting imported in the target database. I am able to view the FKs in Source Datastore but no FK is there in Target Datastore. Do I need to import the foreign keys separately?
Please help!
The screenshots are below:
Source Datastore:
Target Datastore:
The V# which I am using are
BODS 4.1 SP2
Oracle 11g
Thanks
Purnima