ChinaUnix.net
相关文章推荐:

expdp COMPRESSION

Header compression Case Study:Overview header compression通过压缩packet和segment的headers来减少消耗. header compression对于低速链路上的交互式或对延迟敏感的数据很有效. 主要有两种header compression: tcp header compression压缩IP和TCP headers rtp header compression压缩IP,UDP和RTP headers Case Study:Header compression Basics 1>header compression是通过去除header中的静态和可预料的信息. 2>head...

by sense5 - 网络技术文档中心 - 2007-06-17 09:20:34 阅读(795) 回复(0)

相关讨论

OS:AIX5.3 DB:ORA10GR2 Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production With the Partitioning, Real Application Clusters, OLAP and Data Mining options Starting "SYSTEM"."SYS_EXPORT_SCHEMA_43": system/******** schemas=symbols directory=MYDIR dumpfile=UDBPROD_SYMBOLS_expdp_2008070104 03.dmp logfile=UDBPROD_SYMBOLS_expdp_200807010403.log parallel=10 Estimat...

by fish617 - Oracle - 2008-07-01 14:13:50 阅读(2203) 回复(1)

看到ORACLE介绍这两个命令,想用用,我的ORACLE9。2没有是不是只有10采有? 能否拷到9下用

by nie_bo - Oracle - 2005-07-27 09:39:12 阅读(1055) 回复(1)

Today, I downloaded dragonflybsd 1.4. This file was compressed with gzip. The compressed file size is 85410930 bytes. The actual size is 236650496 bytes. I compressed the iso file with 7-zip again. It is a complete surprise that the compressed file size is only 54756896 bytes. And it is licensed by GPL. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/132/showar...

by mirnshi - BSD文档中心 - 2006-01-10 14:25:33 阅读(993) 回复(0)

大家好,我想备份数据库的一个表空间,想问下在expdp时用tablespace=XXX指定还是用schemas=XXX,他们两个有什么区别吗?谢谢

by andrew_young - Oracle - 2009-06-11 15:57:11 阅读(3001) 回复(2)

expdp中的parallel和cpu个数有关,如果server有4个双核的cpu,该参数设置为几好啊?

by fish617 - Oracle - 2010-03-31 20:12:41 阅读(4059) 回复(4)

我在10的WEB控制台用HR模式export 出表REGIONS,然后在chenyijia模式下import这个表,出现下面错误: Import Submit Failed Errors: ORA-31627: API call succeeded but more information is available ORA-31655: no data or metadata objects selected for job ORA-39154: Objects from foreign schemas have been removed from import Exception : ORA-31627: API call succeeded but more information is available ORA-0651...

by oragri - Oracle - 2007-04-25 23:41:45 阅读(3678) 回复(2)

此脚本的目的是使用expdp工具对数据库的admin用户的所有数据进行备份,该脚本以oracle身份每周三 ,六 凌晨2点执行 0 2 * * 3,6 /home/oracle/scripts/dbbackup.sh cron日志:/var/spool/cron记录该脚本已经按时执行 Apr 4 02:00:01 ridb crond[5985]: (oracle) CMD (/home/oracle/scripts/dbbackup.sh) 但实际第二天并没有生成相应的备份文件 但以oracle 用户 手动执行该脚本可正常生成备份文件.有人遇到过类似问题吗? oracle@r...

by soso801119 - Oracle - 2007-04-04 21:39:04 阅读(2965) 回复(4)

默认导出文件属性是-rw-r-----,可以在导出时把文件属性改为666吗?

by wangfan - Oracle - 2009-02-28 00:04:21 阅读(2146) 回复(7)

oracle10g的expdp导出文件可以在Oracle9i上imp导入吗?

by wuerhe - Oracle - 2008-03-03 08:47:48 阅读(2201) 回复(1)