You can export data to other formats using the Data Export Wizard. The appearance of the wizard can differ depending on a product you use.
To export data:
Note
dbForge Studio for Oracle comes with Paginal Mode enabled by default, limiting data selection to the first 1000 records. To export more records, disable the Paginal Mode and press Ctrl+End to fetch all the selected data at once. Then, click
Export Data at the top of the grid to open the Data Export Wizard.
On the Source tab, select a required Oracle server connection, a database, table(s), view(s), which you want to export, and then click Next.
Note
If you opened the wizard from the data grid, the Source tab would allow to specify only a name and a path of the destination file (the one where the exported data will be saved).
There is a filter in the Data Export wizard window.
If you want to filter data, use the required column filter. To do this, firstly write a whole data query using the SELECT * FROM statement. Click Execute to implement the query. Then, on the required column name, click the filter icon. In the drop-down list, choose the item to filter by. Right-click the filtered grid, and select Export Data to call the Data Export wizard.
Another and the most reliable way to export filtered data is to filter it directly in the query. Execute the SELECT * FROM statement with the WHERE condition, where you can specify the required filter. And then implement already filtered data export with the Data Export wizard, calling it from the filtered grid shortcut menu.
Follow the Data Export wizard steps, click Export. If the data export is finished successfully, the Data export complete message appears.