Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6570300
  • 博文数量: 1005
  • 博客积分: 8199
  • 博客等级: 中将
  • 技术积分: 13071
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-25 20:19
个人简介

脚踏实地、勇往直前!

文章分类

全部博文(1005)

文章存档

2020年(2)

2019年(93)

2018年(208)

2017年(81)

2016年(49)

2015年(50)

2014年(170)

2013年(52)

2012年(177)

2011年(93)

2010年(30)

发布时间:2011-05-25 14:00:52

1.userid指定登陆exp的用户名和密码.exp userid=hxl/hxl@orcl file=c:\exptest.dmp tables=(tb_exp_test); 2.tables指定导出的表名列表,表名前面可以加上schema,前提是该用户有访问该表的权限。 如:exp userid=hxl/hxl@orcl file=c:\exptest.dmp tables=(hxl.tb_exp_test,che.........【阅读全文】

阅读(12901) | 评论(0) | 转发(0)

发布时间:2011-05-24 16:44:46

 1.constraints  constraints为Y的时候,将导入约束,如主键,外键,check,否则不导入.  如:   imp test/test@orcl file=c:\exptest.dmp tables=(tb_exp_test) constraints=Y;  数据加载到表tb_exp_test,并创建各种约束.2. indexes  indexes为Y.........【阅读全文】

阅读(14943) | 评论(0) | 转发(0)

发布时间:2011-05-19 17:32:50

......【阅读全文】

阅读(7799) | 评论(0) | 转发(0)

发布时间:2011-05-19 14:07:55

......【阅读全文】

阅读(4674) | 评论(0) | 转发(0)

发布时间:2011-05-18 16:43:15

......【阅读全文】

阅读(2788) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-26 14:44

Oracle internal内容分享,访问我的博客

回复  |  举报
留言热议
请登录后留言。

登录 注册