linux增加imp命令 linux imp命令( 四 )


12.通过unix/Linux PIPE管道加快exp/imp速度
步骤如下:
通过管道导出数据:
1.通过mknod -p 建立管道
$ mknod /home/exppipe p // 在目录/home下建立一个管道exppipe注意参数p
2.通过exp 和gzip 导出数据到建立的管道并压缩
$ exp test/test file=/home/exppipegzip/home/exppipeexp.dmp.gz
$ exp test/test tables=bitmap file=/home/newsys/test.pipe
gzip/home/newsys/test.pipebitmap.dmp.gz
3.导出成功完成之后删除建立的管道
$ rm -rf /home/exppipe
4.shell脚本可以这样写(我只是写主要的)
unix下:
mkfifo /home/exp.pipe
chmod a+rw exp.pipe
compressexp.pipeexp.dmp.Z
su -u oracle -c "exp userid=ll/ll file=/home/exp.pipe full=y buffer=20000000"
rm exp.pipe
linux下:
mknod /home/exppipe p
$ imp test/test file=/home/exppipe fromuser=test touser=macro
gunzipexp.dmp.gz/home/exppipe
$ rm –fr /home/exppipe
linux下怎么用exp和imp导出和导入指定的oracle数据库表?exp help=y
imp help=y
说linux增加imp命令的很清楚
数据库归档不归档都可以linux增加imp命令 , scott是一个用户名linux增加imp命令,tiger是这个用户linux增加imp命令的密码 , 举两个例子
exp scott/tiger owner=scott file=temp.dmp log=temp.log
exp scott/tiger tables=(emp,dept) file=temp.dmp log=temp.log
请问下 , 如何在LINUX下使用IMP命令?最好先建立表空间,然后执行 exp system/manager@TEST file=d:\daochu.dmp full=y 然后在 imp system/manager@TESTfile=d:\daochu.dmp
【linux增加imp命令 linux imp命令】关于linux增加imp命令和linux imp命令的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息 , 记得收藏关注本站 。

推荐阅读