Sunteți pe pagina 1din 57

8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.

Print Preview
Importing and Exporting using the Oracle SQL Developer 3.0
Importing and Exporting using the
Oracle SQL Developer 3.0 Purpose
This tutorial contains the following sections: This tutorial shows you how to import and export your database objects using Oracle SQL Developer 3.0.
Purpose
Time to Complete
Time to Complete
Overview Approximately 20 minutes.
Prerequisites
Creating a Database Connection
Overview
Configuring the Import Environment Oracle SQL Developer is a free graphical tool that enhances productivity and simplifies database development tasks. Using
Importing Data into a Table using Insert Method SQL Developer, users can browse database objects, run SQL statements, edit and debug PL/SQL statements and run
Configuring the Export Environment
reports, whether provided or created.
Export the Database Default connectivity to the database is through the JDBC Thin driver, hence an Oracle Home is not required. To install SQL
Exporting from the Data Grid Developer, simply download and unzip the file. SQL Developer users can connect to any supported Oracle Database.
Summary
Oracle SQL Developer 3.0 introduces a DBA Navigator and provides support for DBMS Scheduling. Other features include a
new Query Builder, SQL Tuning Advisor, and Explain Plan Diff utility. For a complete list of new features, click here.

Viewing Screenshots This tutorial focuses on Import and Export functionality.

Click icon to hide all screenshots Prerequisites


Before starting this tutorial, you should:
Note: Alternatively, you can click an individual icon (or
image) associated with each step to view (or hide) the
screenshot associated with that step. 1 . Install Oracle SQL Developer 3.0 from OTN. Follow the release notes.

2 . Install Oracle Database 11g with sample schema.

3 . Unlock the HR user. Login to SQL Developer as the SYS user and execute the following command:
alter user hr identified by hr account unlock;

4 . Download and unzip the files.zip file that contains all the files you need to perform this tutorial.

Creating a Database Connection


The first step to managing database objects using Oracle SQL Developer 3.0 is to create a database connection. To create a
connection, perform the following steps:

1 . If you installed the SQL Developer icon on your desktop, click the icon to start your SQL Developer session. If you
do not have the icon located on your desktop, find the executable file (either named "sqldeveloper.exe" on Windows
or "sqldeveloper.sh" on Linux), and run it.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 1/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots


2 . Your Oracle SQL Developer application starts.

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 2/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

3 . In the Connections navigator, right-click Connections and select New Connection.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 3/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
4 . The New / Select Database Connection dialog window opens. Enter the connection details as follows:
Configuring the Import Environment
Importing Data into a Table using Insert Method Connection Name: hr_orcl
Configuring the Export Environment Username: hr
Password: <your_system_password>
Export the Database Hostname: <your_machine>
Exporting from the Data Grid SID: <your_SID>
Summary
Click Test.

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

5 . If the status is success, click Save to save the connection, and then click Connect.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 4/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots


6 . The connection is saved and you see the connection in the Connections list.

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

Configuring the Import Environment


You can use the Import Wizard to customize your preferences for the import environment and import data using the different
methods like Insert, Insert Script, External Table, Staging External Table and SQL*Loader.

Perform the following steps to set the preferences in your Import Wizard.

1 . Select Tools > Preferences.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 5/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots
2 . In the preferences navigator, expand Database and select Import.

Click icon to hide all screenshots Here you can specify default properties for import. Set the Import Row Limit to 100 to be able to view 100 rows at a
time. This helps while working with large files. Set a value for the Preview File Read Maximum. This ensures that
Note: Alternatively, you can click an individual icon (or
the entire file is not read into the memory.
image) associated with each step to view (or hide) the
screenshot associated with that step.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 6/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

3 . Expand File Formats in the preferences navigator. There are four types of file formats. You can specify default
attributes for each supported format for the imported data.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 7/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

4 . For example, select the Delimited Format to set the default preferences.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 8/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

5 . Select Header to display the first row of data as the header, if this option is not selected then the data is displayed
without a header. Then select the left and right enclosure as '[' and ']' respectively.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 9/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

Follow the same steps to set the default preferences for the other file formats.

6.
The Import Methods pane allows you to specify the default mode for importing data into the existing table or a new
table.

Select Import Methods in the preferences navigator.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 10/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

7 . The five methods used to import data to a new table are:

Insert: Imports the data directly into the table.

Insert Script: Creates a script with insert statements.

External Table: Generates External Table DDL for reading the file.

Staging External Table: Creates a temporary External Table for Importing into a table.

SQL Loader Utility: Generates files for SQL Loader to Import a table.

Select New Table Import Method as Staging External Table from the list.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 11/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

8 . Select External Table in the preferences navigator.

Do not specify any values here. The default directory will be used. Click OK.

Note: If you want to specify a default directory, make sure that the appropriate permissions are granted.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 12/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

9 . Select Insert in the preferences navigator and set the Insert Batch Size (Rows) as 50.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 13/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

10 . Select SQL*Loader in the preferences navigator and specify the log and bad files directories here. If the directories
are not specified, by default they will be written to the Import file directory.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 14/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

11 . Click OK to save your default preferences.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 15/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

Importing Data into a Table using Insert Method


Oracle SQL Developer makes it very easy to import data into an existing table.

Perform the following steps to import data into the DEPENDENTS table using Insert Method.

1 . Before importing the data into a table, make sure you have the table with the specified column.

Expand Tables and select DEPENDENTS.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 16/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

2 . Click Data.
Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

3 . Observe that there is no data in the DEPENDENTS table.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 17/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection 4 . To import the data to the DEPENDENTS table from another location, right-click DEPENDENTS and select Import
Configuring the Import Environment Data.
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

5 . Select the load_dep.dsv file from the directory where you unzipped the files from the Prerequisites section and
click Open.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 18/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step. 6 . Click Next.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 19/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

7 . Select Import Method as Insert and click Next.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 20/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

8 . In the Choose Columns window, click Next.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 21/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

9 . In the Column Definition window, select Name from the Match By drop down to match the Source Data and Target
Data by Name.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 22/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

10 . In the Target Table Columns click the Name drop down and make sure that the Source Data Columns and the Target
Table Columns are mapped correctly.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 23/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

11 . Click Next.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 24/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

12 . Click Verify to verify the parameters before importing.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 25/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

13 . Note that the test status is SUCCESS.

Click Finish.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 26/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

14 . Click OK.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 27/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview 15 . To view the data, make sure the Data tab is selected and click Refresh to show all the data.

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid Configuring the Export Environment
Summary
You can use the Export wizard to export some or all database objects of a database connection to a file. The export file will
not only contain the SQL data definition language (DDL) statements to create the exported objects, but if you choose to
export the data too, the export file will contain Data Manipulation Language (DML) to populate the exported objects.
Viewing Screenshots
Perform the following steps to set your default environment in the Export Wizard.
Click icon to hide all screenshots

1 . Select Tools > Preferences.


Note: Alternatively, you can click an individual icon (or
image) associated with each step to view (or hide) the
screenshot associated with that step.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 28/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview 2 . Expand Database in the preferences navigator.

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

3 . Expand the Export/View DDL Options to display all the file format types.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 29/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

4 . You can change default values for the source and target pages in this export wizard.

Select Export/View DDL Options.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 30/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

5 . Select Format as insert from the drop down. Insert exports the data in SQL format.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 31/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

6 . Select Save As as Single File to export data into a single file. Click OK to save your settings.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 32/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

Export the Database


In this topic, you learn to Export your full database into the required file format.

1 . Click Tools > Database Export.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 33/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots
2 . In the Connection drop down, select the connection from which you want to export objects. In this example you
choose the connection hr_orcl.
Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 34/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

3 . Deselect the Export Data check box and Click Next.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 35/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

4.
Retain the default values of all object types selected. Click Next.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 36/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

Note: You must select at least one object.

5 . Click Next.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 37/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

6 . You can review the information that is used to create the output file. The Export Summary information will contain
statements to export database objects and data according to your specifications. To create the output file, click
Finish.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 38/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

7 . Since the preferences was set to open as SQL file, observe that after exporting, the export.sql file automatically
opens in SQL Worksheet. All the DDL statements in the 'hr_orcl' schema are displayed.

You can scroll down to view the entire data.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 39/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

8 . You can also export data using Connection Navigator. Perform the following steps:

Select hr_orcl in Connections navigator.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 40/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

9 . Expand Tables and right-click EMPLOYEES > Quick DDL > Save to Worksheet.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 41/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

10 . The DDL for the EMPLOYEES table is displayed. Scroll to the bottom of the window to view the entire data.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 42/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

Exporting from the Data Grid


In this topic, you invoke the export wizard from the Data Grid, filter the data, select only the required columns and export the
data.

1 . Select the EMPLOYEES table.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 43/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary
2 . Select Data from the tab.

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

3 . To Export the data, right-click anywhere in the data grid and select Export from the context menu.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 44/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the 4 . You can export the data in different formats. For our example, select Format as pdf from the drop down list.
screenshot associated with that step.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 45/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

5 . Enter the following values:

Title: Emplist

Subject: Employees list

Keywords: Emp list

Click Next.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 46/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

6 . Click Columns.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 47/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

7 . Select the Data Columns, which you want to export. By default, all the object types are selected. To select or
deselect all the object types, click Toggle All check box.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 48/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

8 . In this example you choose the columns EMPLOYEE_ID, FIRST_NAME, LAST_NAME, SALARY and deselect the
others. Click OK.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 49/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

9 . To apply filters, click Where ( ).

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 50/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

10 . Enter Where clause as SALARY > 10000 and click Go.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 51/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

11 . Observe that all the employees whose salaries are greater than 10000 are displayed. Click OK.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 52/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

12 . Click Next.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 53/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

13 . Review Export Summary and click Finish.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 54/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

14 . If you review the export.pdf file, you should see the following:

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 55/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the


Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

Summary
In this tutorial, you have learned how to:

Create a database connection.


Set the import environment.
Import data using insert method.
Set the export environment.
Export the database.
Export data from the data grid.

Credits

Lead Curriculum Developer: Prathima


Other Contributors: Nancy Greenberg, Sue Harper

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 56/57
8/21/2017 Importing and Exporting using the Oracle SQL Developer 3.0

Print Preview

Importing and Exporting using the Copyright 2011, Oracle and/or its affiliates. All rights reserved
Oracle SQL Developer 3.0
This tutorial contains the following sections:

Purpose
Time to Complete
Overview
Prerequisites
Creating a Database Connection
Configuring the Import Environment
Importing Data into a Table using Insert Method
Configuring the Export Environment
Export the Database
Exporting from the Data Grid
Summary

Viewing Screenshots

Click icon to hide all screenshots

Note: Alternatively, you can click an individual icon (or


image) associated with each step to view (or hide) the
screenshot associated with that step.

http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/SQLdev3.0_Import_Export/sqldev3.0_import_export.htm 57/57

S-ar putea să vă placă și