You want to import the schema objects of the HR user from the development database DEVDB to the production
database PRODDB by using Oracle Data Pump. A database link devdb.us.oracle.com is created between
PRODDB and DEVDB.
You execute the following command on the PRODDB database server:
What should you do to resolve the error?
A.
Add network_link = devdb.us.oracle.com.
B.
Add the SYSTEM user to the schemas option.
C.
Change the dumpfile option value to [email protected].
D.
Replace the schemas option with network_1ink = devdb.us.oracle.com.
E.
Replace the dumpfile option with network_1ink = devdb.us.oracle.com.