Oracle SQL Developer 3.1 Data Pump Feature
Overview
- Create connections to SYSTEM, HR and IMPORT_HR schema
- Connect to DBA Navigator to initiate the Data Pump Export Wizard
- Use the Data Pump Export Wizard to export the HR schema to a dump file
- Review the status of the Export Job
- Launch the Data Pump Import Wizard to import the exported HR schema into an empty schema
- Install Oracle SQL Developer 3.1 from OTN.
- Install Oracle Database 11gR2.
- Unlock the SYSTEM user. Login to Sqlplus and execute the
following commands:
connect / as sysdba;
alter user system identified by <enter_a_pw> account unlock;
Purpose
This tutorial covers the Data Pump feature introduced in
SQL Developer Release 3.1
The Data Pump feature uses the Export and Import utilities to
export and import dump file sets in an operating system.
Time to Complete
Approximately 30 Minutes.
Introduction
Oracle Data Pump is a feature of the Oracle Database that enables very fast bulk data and metadata movement between Oracle databases. Oracle Data Pump provides new high-speed, parallel Export and Import utilities to export/import databases, schemas, tables and namespaces.
Scenario
In this tutorial, you use Oracle SQL Developer Release 3.1 to
perform the following:
Prerequisites
Before starting this tutorial, you should:
Note: Change the value of <enter_a_pw> to a secure password of your choice.
Create connections to SYSTEM, HR and IMPORT_HR schema
SQL Developer 3.1 uses Data Pump Export Utility to unload data and metadata into a set of system files called a dump file set.
Perform the following steps to export HR into an empty schema
using the SQL Developer Export Wizard.
Connect to DBA Navigator to initiate the Data Pump Export Wizard
In this topic, you will use the SYSTEM connection in the DBA Navigator to initiate the Data Pump Export Wizard.
Use the Data Pump Export Wizard to export the HR schema
SQL Developer 3.1 uses Data Pump Export Utility to unload data
and metadata into a set of system files called a dump file set.
In this topic, you will use the Data Pump Export Wizard to
export the HR Schema to a dump file.
Review the status of the Export Job
In this topic, you will review the status of the Export Job.
Launch the Data Pump Import Wizard to import the exported
HR schema into an empty schema
SQL Developer 3.1 uses the Data Pump Import Utility to import a
dump file set on the same system or move it to another system
and load it there.
In this topic, you will step through the Data Pump Import Wizard to import the HR schema into the new IMPORT_HR schema.
Summary
- Access the DBA Navigator to initiate the Data Pump Export/Import Wizards
- Export the HR schema using the Data Pump Export Wizard
- Review the status of the Export Job
- Import the HR schema into an empty schema using the Data Pump Import Wizard
- SQL Data Pump demo series on OLL
which includes:
- Lead Curriculum Developer: Supriya Ananth
- Other Contributors: Nancy Greenberg , Ashley Chen , Jeff
Smith , Swarnapriya Shridhar
In this tutorial, you have learned how to:
Resources
Credits
To help navigate this Oracle by Example, note the following:
- Hiding Header Buttons:
- Click the Title to hide the buttons in the header. To show the buttons again, simply click the Title again.
- Topic List Button:
- A list of all the topics. Click one of the topics to navigate to that section.
- Expand/Collapse All Topics:
- To show/hide all the detail for all the sections. By default, all topics are collapsed
- Show/Hide All Images:
- To show/hide all the screenshots. By default, all images are displayed.
- Print:
- To print the content. The content currently displayed or hidden will be printed.
To navigate to a particular section in this tutorial, select the topic from the list.