oracle用数据泵导入导出数据
1、新建导出目录,进入sys用户
create or replace directory data as 'G:\baidu\data';
grant read, write on directory data to wll;
在G盘手工建好baidu文件夹,baidu文件夹下建好data文件夹。
2、导出:
在cmd下执行命令
expdp wll/wll@orcl directory=data dumpfile=wll0823.dmp logfile=wll0823.log
3、导入
impdp wll/wll@orcl directory=data dumpfile=wll0823.dmp logfile=impdpwll0823.log
4、检查是否导入数据
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:170
阅读量:95
阅读量:106
阅读量:52
阅读量:120