Load and unload data
By —
These questions based on 1Z0-045 Oracle Database 10g DBA New Features for Oracle8i OCPs.
Objective: Load and unload data.
Sub-objective: Explain Data Pump architecture.
Single answer, multiple choice
Which interactive command is used to terminate a Data Pump job so it cannot be restarted again?
- STOP_JOB.
- KILL_JOB.
- TERMINATE_JOB.
- You cannot stop a Data Pump job.
Answer:
B. KILL_JOB
Tutorial:
The KILL_JOB interactive command is used to terminate a Data Pump job so it cannot be restarted later.
The STOP_JOB interactive command can be used to stop a Data Pump job. The stopped job can be restarted later.
The TERMINATE_JOB interactive command is an invalid interactive command. This command does not exist in Oracle.
The option stating you cannot stop a Data Pump job is incorrect. A Data Pump job can be stopped using the STOP_JOB and KILL_JOB interactive commands.
Reference:
1. Oracle University - Oracle Database 10g: New Features for Administrators - Load and Unload Data
D17079GC10
Edition 1.0
February 2004
D39100
2. Oracle University - Oracle Database 10g: New Features for Administrators - Data Pump, SQL*Loader, and External Tables
D17079GC21
Edition 2.1
October 2005
D22243
3. Oracle Database Utilities
10g Release 2 (10.2)
Part Number B14215-01
Chapter: 2 Data Pump Export
Topic: KILL_JOB
http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_export.htm#sthref204




