有两种方法,一种是为表空间增加数据文件:
alter tablespace users add datafile '/opt/oracle/oradata/esop/so_data02.dbf' size 200M;
另一种方法是增加表空间原有数据文件尺寸:
alter database datafile '/opt/oracle/oradata/esop/so_data01.dbf' resize 200M;
有两种方法,一种是为表空间增加数据文件:
alter tablespace users add datafile '/opt/oracle/oradata/esop/so_data02.dbf' size 200M;
另一种方法是增加表空间原有数据文件尺寸:
alter database datafile '/opt/oracle/oradata/esop/so_data01.dbf' resize 200M;