Question : How can I find what the Data Pump directory is currently set to?

Assuming I am working on a system that has already been configured (by somebody else) for Data Pump import/export.  How can I find what the Data Pump directory is currently set to?

Answer : How can I find what the Data Pump directory is currently set to?

You can find default data pump directory (created by oracle) using the following query.  You may have to check the previleges though
1:
select owner, directory_name, directory_path from dba_directories where directory_name like 'DATA_PU%'
Random Solutions  
 
programming4us programming4us