Difference Between exp/imp vs Datapump (expdp/impdp)
Below Are the differences b/w exp/imp vs Datapump 1. Datapump operates on a group of files called dump file sets. However, normal export operates on a single file. 2. Datapump access files in the server (using ORACLE directories). Traditional export can access files in client and server both (not using ORACLE directories). 3. Exports (exp/imp) … Read more