重新定义表空间文件大小alter database datafile 'xxxxxx.dbf' resize xxxG;
增加表空间文件alter tablespace tablespace_name add datafile 'xxx.dbf' size xxxG;