2070393244com

导出数据库个数如下:

exp userid = user/password@orcl  full=y  inctype=complete   file=f:\test.dmp

user:用户名

password:密码

file后面的跟的是导出文件路径

但是导入的格式是一样的如下:

(例如:将f:\demo.dmp 中的数据导入 orcl数据库中)

imp user/password@orcl file=f:\demo.dmp full=y ignore=y;  

user:用户名

password:是该用户密

@orcl是导入的数据库名称

分类:

技术点:

相关文章:

  • 2021-06-25
  • 2021-12-06
  • 2021-06-29
  • 2021-10-12
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-17
  • 2021-07-30
  • 2021-11-27
  • 2021-12-10
  • 2021-04-01
相关资源
相似解决方案