# In the OS command prompt window, run the expdp Data Pump client:

expdp system directory=datapump_dir dumpfile=full_export.dmp job_name=full_export_job full=y

# Once the is started enter interactive mode by typing <Ctrl>-C.  Then,
# use STATUS and EXIT_CLIENT (not EXIT!) to view the status and exit
# the client:
# Export> status
# Export> exit_client


