Welcome 微信登录

首页 / 数据库 / MySQL / Oracle边导出边压缩方法

exp导出文件大到文件系统放不下怎么办?在Unix上一种行之有效的解决方法是创建一个命名管道。通过管道导出数据文件[root@www.linuxidc.com ~]$mknod exppipe p[root@www.linuxidc.com ~]$ exp scott/tiger owner=scott file=exppipe & gzip<exppipe>exp.dmp.gz导完之后删除管道rm -rf exppipe通过管道导入数据[root@www.linuxidc.com ~]$mknod exppipe p[root@www.linuxidc.com ~] imp scott/tiger file=exppipe fromuser=scott touser=scott &gunzip <exp.dmp.gz>exppipe导完后删除管道rm -rf exppipeMySQL转数据到OracleMySQL数据库查询语句注意事项相关资讯      Oracle教程 
  • Oracle中纯数字的varchar2类型和  (07/29/2015 07:20:43)
  • Oracle教程:Oracle中查看DBLink密  (07/29/2015 07:16:55)
  • [Oracle] SQL*Loader 详细使用教程  (08/11/2013 21:30:36)
  • Oracle教程:Oracle中kill死锁进程  (07/29/2015 07:18:28)
  • Oracle教程:ORA-25153 临时表空间  (07/29/2015 07:13:37)
  • Oracle教程之管理安全和资源  (04/08/2013 11:39:32)
本文评论 查看全部评论 (0)
表情: 姓名: 字数