Showing posts with label Oracle Datapump. Show all posts
Showing posts with label Oracle Datapump. Show all posts

Monday, 3 February 2025

How to use EXPDP to export to multiple locations?

 Efficiently backing up large Oracle databases is crucial for data protection and disaster recovery.  While EXPDP (Export Data Pump) excels at single-location exports, achieving multi-location backups requires a slightly different approach. You might be in a need of exporting a huge schema or some object but you don't have enough storage on single mount point. How to deal with this situation? Well, EXPDP gives you flexibility to export your dump to multiple locations at once. But you must use PARALLEL option to achieve this.

Sunday, 19 January 2025

Using EXPDP/IMPDP for an Object or Schema in Oracle Database

With data pump, it is possible to export a single table or entire schema, and not just full database, which makes it pretty convenient for such cases. Data Pump gives you better control to manage logical structure of your database and hence in this article, we are going to see how we can export/import a single table or entire schema if needed.