Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Developer command line for Data Pump

Gbenga AjakayeOct 25 2016 — edited Feb 24 2017

Is there a command line interface in SQL Developer to run data pump expdp/impdp just like it's run on a OS?

Say for example, I want to run the command below. Is there a way I can run this in SQL Developer?

expdp orcl DIRECTORY= DATA_PUMP_DIR DUMPFILE= dumpfile_%U.dmp parallel=2 SCHEMAS= orcl;

I have no interest in using the sql dev datapump wizard.

This post has been answered by thatJeffSmith-Oracle on Oct 25 2016
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 22 2016
Added on Oct 25 2016
4 comments
659 views