smalfile tablespace: alter database datafile 文件名 resize 大小;
bigfile tablespace: alter tablespace 文件名 resize 大小;
判断smalfile or bigfile:
select bigfile from dba_tablespaces where tablespace_name=‘表名’;
smalfile tablespace: alter database datafile 文件名 resize 大小;
bigfile tablespace: alter tablespace 文件名 resize 大小;
判断smalfile or bigfile:
select bigfile from dba_tablespaces where tablespace_name=‘表名’;
1267
1140
6819
7420

被折叠的 条评论
为什么被折叠?