Examine the command to perform a data pump export operation on a source database:
$> expdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLE=emp_dept
On the target database, you execute the data pump import command:
$> impdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLE=emp_dept
Which three statements are true? (Choose three.)
Ray520
3 years, 1 month agoPaps23
3 years, 2 months agoNorwayOracle
3 years, 2 months agojackymak
3 years, 3 months agojackymak
3 years, 2 months ago