登陆了PLSQL Developer之后,如何将这个用户的oracle里所有的数据导出?
2个回答
展开全部
该命令在“开始菜单>>运行>>CMD”中执行
一、数据导出(exp.exe)
1、将指定用户的数据全部导出:
将数据库orcl中scott用户的数据全部对象导出
exp scott/accp@orcl file=d:\daochu.dmp
2、将指定用户的指定表的数据导出:
将数据库orcl中的scott用户的表emp、dept导出
exp scott/accp@orcl file= d:\daochu.dmptables=(emp,dept)
3、将指定用户的指定表空间的数据导出:
将数据库orcl中的表空间testSpace导出
exp scott/accp@orcl file=d:\daochu.dmptablespaces=(testSpace)
exp 用户名/用户密码即刻@orcl file=d:\daochu.dmp
上面举例
一、数据导出(exp.exe)
1、将指定用户的数据全部导出:
将数据库orcl中scott用户的数据全部对象导出
exp scott/accp@orcl file=d:\daochu.dmp
2、将指定用户的指定表的数据导出:
将数据库orcl中的scott用户的表emp、dept导出
exp scott/accp@orcl file= d:\daochu.dmptables=(emp,dept)
3、将指定用户的指定表空间的数据导出:
将数据库orcl中的表空间testSpace导出
exp scott/accp@orcl file=d:\daochu.dmptablespaces=(testSpace)
exp 用户名/用户密码即刻@orcl file=d:\daochu.dmp
上面举例
2013-07-24
展开全部
select * from all_tables;--查看目前库中所有的表,然后在指定一下用户即可!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询