Chinaunix首页 | 论坛 | 博客
  • 博客访问: 305710
  • 博文数量: 92
  • 博客积分: 2541
  • 博客等级: 少校
  • 技术积分: 1015
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-03 08:50
文章分类

全部博文(92)

文章存档

2010年(3)

2009年(14)

2008年(75)

我的朋友

分类: Oracle

2008-06-03 09:41:00

expdp system/passwd directory=dump_dir dumpfile=readers.dmp tables=manager.readers
impdp system/passwd directory=dump_dir dumpfile=readers.dmp tables=manager.readers
 
exp tables=opac.resource_set  file=opacre.dmp
imp tables=resource_set file=opacre.dmp  fromuser=opac touser=opac
(导入前先将对象删除,即先删除表resource_set)
阅读(1223) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2008-11-14 17:21:30