兩種情況
1:表空間達(dá)到32G,只能增加數(shù)據(jù)文件
alter tablespace 表空間名 add datafile '數(shù)據(jù)文件路徑‘ size 500m autoextend on next 100m maxsize 10000M;
2:未達(dá)到32G,修改數(shù)據(jù)文件的擴(kuò)展性
alter database datafile '文件路徑' autoextend on next 100m maxsize 10000M;