I would like to suggest a few new options for the DBA -> Data Pump -> Import Jobs -> Data Pump Import Wizard. I'm using SQL Developer 23.1.1.
Currently, the options are: Data and DDL, Data Only and DDL Only.
It would be very helpful to have a checkbox option for:
- Disable Constraints before loading data (when either Data and DDL or Data Only is selected)
- Enable Constraints after loading data (when either Data and DDL or Data Only is selected)
Also, because of the rollback space limitations on the free-tier and dev-tier oci cloud, it would be nice to have another checkbox for:
- Commit every X number of rows, option.
These new options would make it a lot easier to move data between databases in different oci tenants.
Thanks,
Steve