這篇文章給大家分享的是有關(guān)EXPDP如何預(yù)估導(dǎo)出空間estimate,estimate_only的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過來看看吧。
我們是從2013年開始的成都網(wǎng)站建設(shè)公司,提供網(wǎng)站建設(shè),電商網(wǎng)站設(shè)計(jì)開發(fā),外貿(mào)營銷網(wǎng)站建設(shè),響應(yīng)式網(wǎng)頁設(shè)計(jì),成都小程序開發(fā)、等服務(wù)。為客戶創(chuàng)造有價(jià)值的品牌營銷體驗(yàn),讓互聯(lián)網(wǎng)提升企業(yè)的競爭力!ESTIMATE
默認(rèn):blocks
指定計(jì)算每張表使用磁盤空間的方法
ESTIMATE=[BLOCKS | STATISTICS]
1.BLOCKS - 通過塊數(shù)和塊大小計(jì)算?
2.STATISTICS -每張表的統(tǒng)計(jì)信息計(jì)算
限制
1.如果壓縮了表,那么使用ESTIMATE=BLOCKS計(jì)算的值時(shí)不準(zhǔn)確的,這個(gè)時(shí)候就應(yīng)該使用ESTIMATE=STATISTICS.?
2.在QUERY,REMAP_DATA參數(shù)使用的情況下也不準(zhǔn)確
?[oracle@lzl ~]$ expdp scott/tiger TABLES=emp ESTIMATE=STATISTICS DIRECTORY=lzl_dir DUMPFILE=estimate_stat.dmp
Export: Release 11.2.0.3.0 - Production on Wed Jul 12 23:29:44 2017
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "SCOTT"."SYS_EXPORT_TABLE_01": scott/******** TABLES=emp ESTIMATE=STATISTICS DIRECTORY=lzl_dir
Estimate in progress using STATISTICS method...
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
. estimated "SCOTT"."EMP" 8.203 KB -預(yù)估大小
Total estimation using STATISTICS method: 8.203 KB
Processing object type TABLE_EXPORT/TABLE/TABLE
Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
. . exported "SCOTT"."EMP" 8.562 KB 14 rows -實(shí)際大小
Master table "SCOTT"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
******************************************************************************
Dump file set for SCOTT.SYS_EXPORT_TABLE_01 is:
/home/oracle/expdat.dmp
Job "SCOTT"."SYS_EXPORT_TABLE_01" successfully completed at 23:29:49
ESTIMATE_ONLY
默認(rèn):no
如果 ESTIMATE_ONLY=YES, 只預(yù)估導(dǎo)出占用的空間不會(huì)做實(shí)際的導(dǎo)出工作??捎糜脕眍A(yù)估導(dǎo)出空間
限制:
不能與 QUERY參數(shù)一起使用
感謝各位的閱讀!關(guān)于“EXPDP如何預(yù)估導(dǎo)出空間estimate,estimate_only”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!