關於Oracle 11g匯出資料時 報 ORA-1455錯誤的處理

來源:互聯網
上載者:User

關於Oracle 11g匯出資料時 報 ORA-1455錯誤的處理

關於Oracle 11g匯出資料時 報 ORA-1455錯誤的處理,由於匯出的該使用者的表可能存在空資料表,那麼可能就會出現此其異常。

首先:

查看:

SQL>show parameter deferred_segment_creation;

如果為TRUE,則將該參數改為FALSE;

在sqlplus中,執行如下命令:

SQL>alter system set deferred_segment_creation=false;

然後:

可以針對資料表、索引、物化視圖等手工分配Extent

SQL>Select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0

將查詢出來的結果,進行複製出來,進行SQL執行。

最後:

資料匯出測試:

exp test/test@dbtest  file=c:\dd.dmp log=c:\dd.log grants=y

即可成功將資料匯出!

Oracle 11g 在RedHat Linux 5.8_x64平台的安裝手冊

Linux-6-64下安裝Oracle 12C筆記

在CentOS 6.4下安裝Oracle 11gR2(x64)

Oracle 11gR2 在VMWare虛擬機器中安裝步驟

Debian 下 安裝 Oracle 11g XE R2

相關文章

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.