<<Back to Oracle DATAPUMP Main Page
How to Abort Oracle datapump Job Immediately After Initializing it
ABORT_STEPPurpose: Stop the job after it is initialized or at the indicated object.
Values:
-1 <= Stop the export job immediately after it is initialized
N (N is zero or greater)<= Stop the job at the indicated object.
An Example:
$ cat exp_full_pdb01.par
directory=dump
dumpfile=EXP_PDB01_FULL%U.dmp
logfile=EXP_PDB01_FULL.log
full=y
ABORT_STEP=-1
$ expdp system@PDB01 parfile=exp_full_pdb01.par
Export: Release 12.2.0.1.0 - Production on Tue Oct 9 14:48:06 2018
Copyright (c) 1982, 2017, Oracle and/or its affiliates. All rights reserved.
Password:
Connected to: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
Job "SYSTEM"."SYS_EXPORT_FULL_01" stopped by user request at Tue Oct 9 14:48:19 2018 elapsed 0 00:00:09
Comments
Post a Comment