SQL> create tablespace ML01 datafile '/u01/app/oracle/oradata/enmo1/ML.dbf' size 15M autoextend on maxsize 25M;

Tablespace created.

SQL> alter database datafile '/u01/app/oracle/oradata/enmo1/ML.dbf' autoextend on next 2M;

相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2021-06-20
  • 2021-05-08
  • 2021-11-21
猜你喜欢
  • 2021-07-31
  • 2021-07-12
  • 2021-08-11
  • 2021-04-17
  • 2021-12-12
  • 2021-12-30
  • 2021-10-08
相关资源
相似解决方案