Version: 5.1.x
When you choose tables to export (Tools->Export Tables->SQL Inserts), PL/SQL Developer starts analyzing dependencies between them, so it can generate statements to disable foreign keys and triggers.
Unfortunately it will analyze only selected tables, ignoring other tables that may have foreign keys to ones I selected. Since I choose [ ] Delete records option, generated script will fail on the destination database trying to delete records from parent table.
Is it possible to extend table analysis so it will catch all tables that reference ones I selected?
Thanks,
Slava
When you choose tables to export (Tools->Export Tables->SQL Inserts), PL/SQL Developer starts analyzing dependencies between them, so it can generate statements to disable foreign keys and triggers.
Unfortunately it will analyze only selected tables, ignoring other tables that may have foreign keys to ones I selected. Since I choose [ ] Delete records option, generated script will fail on the destination database trying to delete records from parent table.
Is it possible to extend table analysis so it will catch all tables that reference ones I selected?
Thanks,
Slava