How to Export Data with Oracle SQL Developer

Exporting a Database using Oracle SQL Developer

Wrong, I'm afraid. You've (tried to) export just one schema, not entire database.


Anyway: if you got bunch of files, then it is because you instructed the tool to do so. Next time choose single file:

Sample Image

Is there some way to automatically export the query results in PL/SQL Developer? CSV or XLSX for example

PL/SQL Developer comment directives only take effect if you actually export the data. You still need to right-click on the header of the result grid, click Export Results, and then click either "CSV file" or "Excel file". Comment directives don't fully automate exports, but they at least save you a few clicks. See the PDF manual in Help --> User's Guide for more information about that feature.

How to export multiple tables in oracle into multiple .csv files in Oracle SQL developer

Tools - Database Export

Pick your file format (csv) and directory.

Sample Image

I have Excel shown in the picture, but there's a dozen formats to choose from, including delimited and CSV. If you want European CSV (;), pick delimited and change the delimiter to ;

Then pick your 70 tables.

Sample Image



Related Topics



Leave a reply



Submit