Databases Reference
In-Depth Information
Export the HR Schema objects using the following command:
$ expdp system/oracle schemas=HR dumpfile=DEFAULT_DP_DEST:hrSchema
logfile=DEFAULT_LOG_DEST:hrSchema
Import the HR Schema objects and remap them to the HRDEV user's schema. Using the
following command:
$ impdp system/oracle \
dumpfile=DEFAULT_DP_DEST:hrSchema \
logfile=DEFAULT_LOG_DEST:hrSchema \ REMAP_SCHEMA=HR:HRDEV
 
Search WWH ::




Custom Search