Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export data with Oracle SQL Developer?

How to export Oracle DB data using SQL Developer? I need all data, tables, constraints, structure and so on.

like image 723
Adomas Avatar asked Mar 31 '10 12:03

Adomas


People also ask

How do I export large data from Oracle SQL Developer to excel?

There is a trick to copy large chunk of data (from SQL developer) into excel sheet. steps to be followed : Right click ---> export data ----> select format type as 'Text' ---> select type as "Clipboard" ----> open an excel sheet and try to paste keeping the below in mind :) This will work.

How do I export a column in Oracle SQL Developer?

Select Miscellaneous > File Export > General or Configuration > External > Export Files to access the Export File List screen. Select the export from the list and select the Edit button to access the Export File Details screen. Select the Export Columns button. The Export Column Details screen appears.


2 Answers

In SQL Developer, from the top menu choose Tools > Data Export. This launches the Data Export wizard. It's pretty straightforward from there.

There is a tutorial on the OTN site. Find it here.

like image 159
APC Avatar answered Oct 22 '22 16:10

APC


In version 3, they changed "export" to "unload". It still functions more or less the same.

like image 37
Eddie Canales Avatar answered Oct 22 '22 14:10

Eddie Canales