Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Oracle SQL Developer query result Export Wizard default output file name

In Oracle SQL Developer when you right click into a query result and select export it brings up the Export Wizard.

After selecting the format you want (in this case .xls) the default save as target is (for me)C:\Documents and Settings\XXXXX\export.xls

What i would like is to change the default output file name from always being export to something that is dynamic, a timestamp perhaps?

I would even be happy to implement a 3rd part extension to handle this.

like image 727
Matt Avatar asked Apr 08 '15 11:04

Matt


People also ask

How do I use export Wizard in SQL Developer?

Using the main menu, select Tools->Database Export. An Export wizard will open. At the top of the screen, enter a directory and file name. e.g. C:\Working\exportDept.


1 Answers

As discovered this is not currently possible but is currently down as a feature request with Oracle to be implemented if it gets enough attention from users.

Feature request:

https://apex.oracle.com/pls/apex/f?p=43135:7:114031166834052::NO:RP,7:P7_ID:41561

like image 57
Matt Avatar answered Oct 05 '22 22:10

Matt