I have used PL/SQL Developer to export data from one environment (Production) and import it into another environment (Development). When I did this, I used the Disable Triggers and Disable Foreign Key Contraints options.
Is it possible to do a similar thing with Direct Oracle Access? How can I temporarily disable the foreign key constraints and triggers using DOA? I want to provide an option that allows the users to basically copy all of the Production data to the Development environment.
Thanks.
Regards,
Steve
Is it possible to do a similar thing with Direct Oracle Access? How can I temporarily disable the foreign key constraints and triggers using DOA? I want to provide an option that allows the users to basically copy all of the Production data to the Development environment.
Thanks.
Regards,
Steve