Oracle
1Z0-063 · Question #79
Examine these Data Pump commands to export and import objects from and to the same database. The dba has not yet created users hr1 and oe1. $expdp system/manager schemas = hr.oe directory = EXP_DIR…
The correct answer is B. expdp will succeed but impdp will fail because the users do not exist. See the full explanation below for the reasoning.
Question
Examine these Data Pump commands to export and import objects from and to the same database. The dba has not yet created users hr1 and oe1. $expdp system/manager schemas = hr.oe directory = EXP_DIR dumpfile = export.dat include = table $ impdpsysten/manager schemas = hr1, oe1 directory = EXP_DIR dumpfile = export.dat remap_schena=hr:hrl, oe:oe1 What will happen when running these commands?
Options
- Aexpdp will fail because no path has been defined for the dumpfile.
- Bexpdp will succeed but impdp will fail because the users do not exist.
- Cinpdp will create two users called hr1 and oe1 and import all objects to the new schemas.
- Dimpdp will create two users called hr1 and oe1 and import only the tables owned by hr and oe
How the community answered
(21 responses)- A10% (2)
- B81% (17)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.