Chinaunix首页 | 论坛 | 博客
  • 博客访问: 247908
  • 博文数量: 58
  • 博客积分: 2017
  • 博客等级: 大尉
  • 技术积分: 680
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-07 00:15
文章分类

全部博文(58)

文章存档

2011年(1)

2010年(7)

2009年(32)

2008年(18)

我的朋友

分类: Oracle

2008-12-22 17:14:05

The below command is used to back up the Oracle database.
To back up the oracle database:
exp 'username/password' file='c:\xxxx.dmp'
To restore the oracle database:
imp 'username/password' file='c:\xxxx.dmp' fromuser=username touser=username ignore=y;
阅读(555) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~