關於增大Oracle資料表空間的方法

來源:互聯網
上載者:User

關於增大Oracle資料表空間的方法

增加Oracle資料表空間大小:一種是為資料表空間增加資料檔案/另一種方法是增加資料表空間原有資料檔案尺寸

1.  一種是為資料表空間增加資料檔案:

alter tablespace users add datafile '/opt/oracle/oradata/esop/so_data02.dbf' size 200M;

或者

ALTER TABLESPACE 資料表空間名  ADD DATAFILE '資料檔案路徑' SIZE 500M  AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED;

2.  另一種方法是增加資料表空間原有資料檔案尺寸:

alter database datafile '/opt/oracle/oradata/esop/so_data01.dbf' resize 2048M;

刪除資料表空間命令:

drop tablespace user including contents and datafiles;

相關文章

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.