Data Pump scenarios

As I have mentioned earlier, the best way to learn how to use Data Pump is practicing scenarios to see by yourself how it works and what you can do with it. In this chapter, we will see the following scenarios:

  • Schema export and import
  • Table export and import
  • Exporting and importing a whole database/pluggable database
  • Using export to estimate space
  • Parallel full database export and interactive command mode
  • Importing tables with only metadata
  • Export views as tables
  • Import data via network link

Now, let's start playing with Data Pump!

Schema export and import

In this scenario, we will first create a schema named test, and then create a table named EMPLOYEES that will hold our employees' data, followed by inserting a few rows in it. Then, ...

Get Oracle Database 12c Backup and Recovery Survival Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.