Oracle 11g用exp無法匯出空表的處理方法

來源:互聯網
上載者:User

標籤:

Oracle 11g用exp無法匯出空表的處理方法

在PLSQL Dev中執行以下SQL查詢:

select ‘alter table ‘||table_name||‘ allocate extent;‘ from user_tables where num_rows=0

然後將結果拷貝出來再執行後就可以匯出Oracle11g中的空表了。

alter table T_ANALY_ITEM_ITEM allocate extent;alter table T_ANALY_PROCE_INOUT_OBJ allocate extent;alter table T_ANALY_PROCE_PROCE allocate extent;alter table T_DATA_BUSI_TABLE allocate extent;alter table T_EDU_MOOC_ACTION allocate extent;alter table T_EDU_MOOC_ACTION_MEMBER allocate extent;alter table T_EDU_MOOC_ACT_REF_COUR allocate extent;alter table T_EDU_MOOC_COURSE_MEDIA allocate extent;alter table T_EDU_MOOC_COURSE_ROAD allocate extent;alter table T_EDU_MOOC_CREDENTIALS allocate extent;alter table T_INTER_LOG allocate extent;alter table T_PROC_BUSI_SERV allocate extent;alter table T_QLDI_ADAPTER_CONF allocate extent;alter table T_QLDI_ADAPTER_DEFI allocate extent;alter table T_QLDI_CENTER allocate extent;alter table T_QLDI_CONF_VAL allocate extent;alter table T_QLDI_DEST_MAP allocate extent;alter table T_QLDI_DEST_MAP_PROP allocate extent;alter table T_QLDI_MESS_AUTH allocate extent;alter table T_QLDI_MESS_DESTINATION allocate extent;alter table T_QLDI_MESS_DETAIL allocate extent;alter table T_QLDI_MESS_ROUTE allocate extent;alter table T_QLDI_REQUEST allocate extent;alter table T_QLDI_SYS_JNDI allocate extent;alter table T_QLDI_TIMER allocate extent;alter table T_QL_DATA_LOG allocate extent;alter table T_SERVICE_LOG allocate extent;alter table T_SERVICE_USER allocate extent;alter table T_SERVICE_WEB_PWD allocate extent;alter table T_SYS_APP_SSO allocate extent;alter table T_SYS_AREA_HIS allocate extent;alter table T_SYS_BUSI_CATE_REF allocate extent;alter table T_SYS_FILE_TYPE allocate extent;alter table T_SYS_RULE_DEF allocate extent;alter table T_SYS_RULE_REF allocate extent;alter table T_SYS_USER_ORG allocate extent;alter table T_WEB_INFO_AUTH allocate extent;alter table T_WEB_INFO_READER allocate extent;alter table T_WEB_INFO_REF_INFO allocate extent;

Oracle 11g用exp無法匯出空表的處理方法

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.