Oracle 的ORA-1563錯誤,因資料檔案達到設定的最大值maxsize
當一個資料庫的資料檔案達到表空間的最大值時,報ORA-1653:的錯誤。如下:
ORA-1653: unable to extend table TEST.COMM_DTTR_SVR_LOG by 64 in tablespace TEST_SPACE
解決:
可以在該表空間中增加一個資料檔案,增加的資料檔案為自動擴充套件,無限擴大。
檢視資料檔案的大小和最大的值,可以查詢dba_data_files;
Sql>
alter tablespace TEST_SPACE
add datafile '/oracle/oms/oradata/pub/Norm_data001.dbf'
size 10M autoextend on MAXSIZE UNLIMITED;
或者把該表空間所在的資料檔案設定成自動擴張,設定該maxsize 更大,unlimited 表示沒有限制。
SQL>
alter database
datafile '/oracle/oms/oradata/pub/Pub_Norm_data001.dbf'
autoextend on maxsize unlimited;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12778571/viewspace-628509/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 設定maxsize的自動擴充套件資料檔案在達到maxsize後是否會繼續擴充套件套件
- Oracle資料檔案最大值Oracle
- Oracle資料庫資料檔案small file的最大值Oracle資料庫
- Oracle的ORA-00059錯誤(超出資料檔案個數)Oracle
- 一個錯誤的資料檔案的恢復
- 錯誤新增表空間的資料檔案
- Oracle中移動表 -- 達到縮小資料檔案大小的目的Oracle
- Oracle恢復誤刪除的資料檔案Oracle
- 資料檔案拷貝檔案頭驗證錯誤
- oracle誤刪除表空間的資料檔案Oracle
- “您的設定/配置檔案”出錯
- ORACLE RAC 裸裝置資料庫一節點表空間擴容錯誤新增資料檔案到本地的處理Oracle資料庫
- oracle maxsizeOracle
- 把csv檔案的資料匯入到oracle資料庫中Oracle資料庫
- 資料檔案誤刪--但有資料檔案的copy恢復
- 轉載-找出Oracle alert檔案中的ORA錯誤Oracle
- 11G Oracle RAC新增新表空間時資料檔案誤放置到本地檔案系統的修正Oracle
- linux下恢復誤刪除oracle的資料檔案LinuxOracle
- MySQL資料庫中的日誌檔案---(1)錯誤日誌MySql資料庫
- 誤刪oracle資料庫表空間檔案Oracle資料庫
- oracle資料庫snap的設定Oracle資料庫
- linux中誤刪除oracle資料檔案的恢復操作LinuxOracle
- 【恢復】非歸檔模式下因誤刪除資料檔案導致資料庫無法OPEN的故障處理模式資料庫
- oracle資料庫的配置檔案Oracle資料庫
- 收縮ORACLE的資料檔案Oracle
- Oracle資料檔案大小的限制Oracle
- 資料檔案是否是smallfile型別檔案,其儲存是否達到資料檔案儲存上限,是否是多個資料檔案型別
- 誤刪資料庫資料檔案的處理方法資料庫
- Oracle資料庫設定為歸檔模式的操作方法Oracle資料庫模式
- Oracle資料檔案和臨時檔案的管理Oracle
- oracle RAC中表空間資料檔案錯誤建立到了節點本地位置Oracle
- ORA-01653錯誤是Oracle資料庫中常見的錯誤Oracle資料庫
- oracle資料庫歸檔日誌空間滿引起的錯誤處理Oracle資料庫
- .Prettierrc檔案的設定
- linux中誤刪除oracle資料檔案的恢復操作(轉)LinuxOracle
- oracle資料檔案被誤刪除後的災難處理方法Oracle
- Archlinux 設定休眠到swap檔案Linux
- 資料夾裡的檔案怎麼設定跟外資料夾同名