ALTER TABLESPACE users
ADD DATAFILE
'D:/oracle/oradata/orcl/users.dbf' SIZE 500M
AUTOEXTEND ON
NEXT 50M
MAXSIZE 2000M;
Select Tablespace_Name,
Sum(bytes)
/1024/1024 From Dba_Segments
Group By Tablespace_Name
转载于:https://www.cnblogs.com/siyunianhua/p/4208391.html
相关资源:oracle增加表空间
转载请注明原文地址: https://mac.8miu.com/read-5382.html