Sql – How to export data with Oracle SQL Developer

oracleoracle-sqldevelopersql

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

Best Answer

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.