Expdp background view, expdp background

Source: Internet
Author: User

Expdp background view, expdp background

Today, after executing the data import command expdp, we found that there was less than one parameter. Press CTRL + C. Who can perform this operation only on the surface of cancel? In fact, the background is still running.

system/******** schemas=CEN_DEV_OWNER20130506,CEN_DEV_USER20130506 directory=exp_dir dumpfile=expdp_cen052701.dmp,expdp_cen052702.dmp,expdp_cen052703.dmp,expdp_cen052704.dmp,expdp_cen052705.dmp logfile=expdp_cen0527.log parallel=5

How can we find out and actually stop this task? After checking some information, perform the following operations:

The two queries are used to determine the dump job name: select * from DBA_DATAPUMP_JOBS; select * from DBA_DATAPUMP_SESSIONS; SQL> select * from DBA_DATAPUMP_SESSIONS; OWNER_NAME JOB_NAME INST_ID SADDR SESSION_TYPE --------------- certificate ---------- -------------- SYSTEM quota 1 000000097472AE68 MASTERSYSTEM quota 1 000000095079A4E8 WORKER enter the expdp interactive interface: C: \ Users \ Administrator> expdp system/cenorcl attach = SYS_EXPORT_SCHEMA_01Export> helpExport> kill_jobAre you sure you wish to stop this job ([yes]/no): yes

This completely ends the task.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.