使用系統用戶導入導出數據
exp userid=system/manager owner=username1 file=expfile.dmp
imp userid=system/manager fromuser=username1 touser=username2 ignore=y file=expfile.dmp
or
根據當前用戶來導入導出數據
exp test/test@test full=y rows=y file=expfile.dmp
imp test/test@test ignore=y file=expfile.dmp