EXPDP/IMPDP
I created a .dmp file with an expdp tablespace= command. When it was imported into the target database, the triggers were all dropped. How can I prevent the triggers from being dropped? Do I want to drop them and recreate the triggers after the import?
0