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. Exhibit: What will happen when
running these commands?
A.
impdp will create two users called hr1 and oe1 and import only the tables owned by hr
and oe schemas to ht1 and oe1 schemas, respectively.
B.
expdp will fail because no path has been defined for the dumpfile.
C.
expdp will succeed but impdp will fail because the users do not exist.
D.
inpdp will create two users called hr1 and oe1 and import all objects to the new schemas.
Explanation:
C