Export User Objects enhancement request

As for now "Export User Objects..." exports the entire schema. It would be neat if it was possible to select what objects to export - a single table and all views for example.
DBMS_Metadata - Extract DDL, with multiselect is one way of doing that, but then we do not have the options availabe from EUO, ie. 'Include Storage', 'Include Privileges'...
 
You can make a object selection in the object grid (use Ctrl-click and Shift-click to select multilple objects). Only the selected objects will be exported. By default no object is selected, in which case all objects will be exported.

Note that you can also right-click on the object grid to load/save object selections or filters. This can be useful if you frequently export the same objects.
 
Back
Top