export user objects enhancement request

It would be nice to be able to filter objects by object name as well user (and have it remembered). Haven't found any way to do this yet...

Thanks!
 
If you double-click on the column header of the object name column, you can enter a filter for the object name. Right-click on the list to save or load the object filter.
 
Instead of using standard exp/imp utilities, PSD should use - at least alternatively - data pump export/import instead, as recommended by Oracle in 10g Database Utilities Docu,
chapter 1, Overview of Oracle Data Pump:

Oracle recommends that you use the new Data Pump Export and Import utilities because they support all Oracle Database 10g features, except for XML schemas and XML schema-based tables. Original Export and Import support the full set of Oracle database release 9.2 features. Also, the design of Data Pump Export and Import results in greatly enhanced data movement performance over the original Export and Import utilities.
 
Back
Top