Oracle Database 12c: Installation and Administration — Question 61

Which two statements are true about Oracle Data Pump export and import operations? (Choose two.)

Answer options

Correct answer: C, E

Explanation

Option C is correct because existing dump files can indeed be overwritten when performing an export operation. Option E is also accurate as it allows for filtering of metadata based on specific objects and their types. Options A and D are incorrect because you can specify how partitioned tables are handled during import, and tables can be renamed during the import operation, which contradicts those statements. Option B is wrong since both data and metadata can be compressed.