一、查询表空间对应的文件 select t.* from dba_data_files t; 二、设置表空间自动增长 ALTER DATABASE DATAFILE '文件路径' AUTOEXTEND ON;