Oracle 新增表空间文件

mac2022-06-30  117

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增加表空间
最新回复(0)