Multiple choice

Which of the following parameters enables users to perform a data-only unloading of data?

  1. EXCLUDE

  2. INCLUDE

  3. CONTENT

  4. DATA_ONLY

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The CONTENT parameter controls what to unload: DATA_ONLY unloads only table data without metadata, METADATA_ONLY unloads only DDL, and ALL (default) unloads both. Options A (EXCLUDE) and B (INCLUDE) filter specific objects within whatever CONTENT is specified. Option D (DATA_ONLY) is not a valid parameter name - the correct parameter is CONTENT with value DATA_ONLY.