Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle SQL Developer

You're reading from   Oracle SQL Developer Learn Database design, development,and administration using the feature-rich SQL Developer 4.1 interface

Arrow left icon
Product type Paperback
Published in Jan 2016
Publisher
ISBN-13 9781785281273
Length 344 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Susan Harper Susan Harper
Author Profile Icon Susan Harper
Susan Harper
Ajith Narayanan Ajith Narayanan
Author Profile Icon Ajith Narayanan
Ajith Narayanan
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. Getting Started with SQL Developer 4.1 2. Database Connections and SQL Worksheet FREE CHAPTER 3. The Power of SQL Reports 4. Working with PL/SQL 5. SQL Developer for DBAs 6. SQL Developer Accessibility 7. Importing, Exporting, and Working with Data 8. Database Connections and JDBC Drivers 9. Introducing SQL Developer Data Modeler 10. Extending SQL Developer 11. Working with Application Express 12. Working with SQL Developer Migrations 13. Oracle Data Miner 4.1 14. REST Data Services and REST Development Index

Importing data

Using SQL Developer, you can also import data into tables. The most common approach is running a well-formed (syntactically correct) script file of INSERT statements. The Import Data wizard is available from the context menu of existing tables and on the context menu of the Tables node, where you can import data and create the table in a one-step operation. The import wizard allows you to import data from a delimited format file or a Microsoft Excel XLS file. In this section, we'll look at three of the supported SQL Developer Data Export file formats.

Importing data from SQL script files

When importing data into tables from a file, the structure of the file, whether it is SQL or XLS, determines how the import works. For an SQL script file of insert statements, you only need to run the script from the SQL Worksheet, or open the file in the SQL Worksheet, and then run it against a particular schema to import the data.

Importing data from SQL script files

In the example in the preceding screenshot, the file is...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image