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?
Arin_DBA
2 years, 4 months agoSimon22
4 years agosergezaza83
4 years, 6 months agorcgenilo27
4 years, 10 months agoSugar
4 years, 10 months agobadguy001djh
4 years, 1 month ago