使用系統用戶導入導出數據
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

相关文章:

  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2021-05-04
猜你喜欢
  • 2021-08-13
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2021-09-05
  • 2021-11-28
相关资源
相似解决方案