在CMD下,
不需要登录sqlplus。
exp user/password@service file=d:\user.dmp owner=username log=d:\xxx.log
这样就可以导出user的所有对象了。

导入:
imp user/password@service file=d:\user.dmp fromuser=username touser=newusername ignore=y
这样就把用户User的对象导入到newuser下面,并且忽略错误。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-08-17
  • 2021-07-17
  • 2021-11-25
  • 2021-05-31
猜你喜欢
  • 2021-09-29
  • 2021-11-21
  • 2021-09-13
  • 2022-01-20
  • 2021-05-31
  • 2021-06-29
  • 2022-12-23
相关资源
相似解决方案