原因: tablespace空间不够了,需要为tablespace创建新的数据文件
alter tablespace tablespace_name add datafile '/path/to/new/datafile' size 10m autoextend on maxsize unlimited;
原因: tablespace空间不够了,需要为tablespace创建新的数据文件
alter tablespace tablespace_name add datafile '/path/to/new/datafile' size 10m autoextend on maxsize unlimited;