5、导入表: SQL> drop table scott.emp; SQL> drop table scott.dept; E:\>impdp scott/tiger directory=dump_dir dumpfile=tab.dmp tables=dept,emp
6、导入方案: SQL> drop user scott cascade; SQL> create user scott identified by tiger; SQL> grant dba to scott; E:\>impdp system/oracle directory=dump_dir dumpfile=schemaScott.dmp schemas=scott