Examine these Data Pump commands to export and import objects from and to the same database.The dba has not yet created

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

Examine these Data Pump commands to export and import objects from and to the same database.The dba has not yet created

Post by answerhappygod »

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/managerschemas = hr.oedirectory = EXP_DIRdumpfile = export.datinclude = table$ impdpsysten/managerschemas = hr1,oe1directory = EXP_DIRdumpfile = export.datremap_schena=hr:hrl, oe:oe1What will happen when running these commands?

A. expdp will fail because no path has been defined for the dumpfile.
B. expdp will succeed but impdp will fail because the users do not exist.
C. inpdp will create two users called hr1 and oe1 and import all objects to the new schemas.
D. 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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply