AIX扩容文件系统

   命令: chfs -a size=20G /盘


linux系统
命令:    alter tablespace SYSTEM add datafile '+DZWJDATA' size 20G;
          alter tablespace EBIZLOB add datafile '+DATA_DG01' size 20G;
          alter tablespace  CMSS_VIDEOIMAGE  add tempfile '+DATA' size 30G;

 


linux扩大文件

      命令:alter database datafile '+DATA_DG01/ebiz/datafile/ebizlob.284.749055753' resize 3776640M;

 

alter tablespace mws_app resize <数值>M;    扩大表空间
select name,total_mb,free_mb from v$asm_diskgroup;查磁盘组