Which of the following parameters enables users to perform a data-only unloading of data?
-
EXCLUDE
-
INCLUDE
-
CONTENT
-
DATA_ONLY
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.