1、增加一个文件:alter tablespace xxx add datafile '/u02/oracle/data/xxx_01.dbf' size 1000M;

2、改变原来数据文件大小:alter database datafile '/u02/oralce/data/xxx_01.dbf' resize 300M;

3、设置自动增长:alter tablespace users add datafile '/u02/oracle/data/xxx_01.dbf' size 10M autoextend on next 1M maxsize 1000M;

相关文章:

  • 2022-01-08
  • 2022-02-09
  • 2021-07-21
  • 2022-01-20
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2022-01-21
猜你喜欢
  • 2021-11-26
  • 2021-12-23
  • 2022-02-27
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
相关资源
相似解决方案