数据库
首页 > 数据库> > oracle表空间扩容

oracle表空间扩容

作者:互联网

smalfile tablespace: alter database datafile 文件名 resize 大小;
bigfile tablespace: alter tablespace 文件名 resize 大小;

判断smalfile or bigfile:
select bigfile from dba_tablespaces where tablespace_name=‘表名’;

标签:扩容,文件名,bigfile,空间,tablespace,smalfile,oracle,alter,resize
来源: https://blog.csdn.net/qingfeng_ych/article/details/89031537