Data Pump (expdp, impdp) Interactive Command Mode
Interactive Command Mode (CTRL+C)
When running the expdp or impdp utilities the log output is also shown on the screen, but I can stop this and switch to the interactive mode by issuing CTRL+C.
Once in the interactive mode, we have access to a number of commands described here (expdp, impdp). There are some differences between the commands available for each utility(command help in expdp prompt as below)
expdp suphisara/xxxxxxx directory=EXP_DIR dumpfile=db11g_full.dmp logfile=db11g_full.log full=y |
[oracle@labdbT1 ~]$ sqlplus “/as sysdba” SQL*Plus: Release 11.2.0.1.0 Production on Fri Feb 22 23:12:18 2012 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to: SQL> OWNER_NAME JOB_NAME SQL> ! Export: Release 11.2.0.1.0 – Production on Fri Feb 22 23:13:20 2012 Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 – 64bit Production Job: SYS_EXPORT_FULL_01 Worker 1 Status: Export> help The following commands are valid while in interactive mode. ADD_FILE CONTINUE_CLIENT EXIT_CLIENT FILESIZE HELP KILL_JOB PARALLEL REUSE_DUMPFILES START_JOB STATUS STOP_JOB Export> status Job: SYS_EXPORT_FULL_01 Worker 1 Status: Export> KILL_JOB |
***Note***The following command “help” then, you can see the commands are valid while in interactive mode, you can choose that, depending on your task. |