『ORACLE』 永久表空间创建设置(11g)
Posted 九號客栈
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了『ORACLE』 永久表空间创建设置(11g)相关的知识,希望对你有一定的参考价值。
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;
以上是关于『ORACLE』 永久表空间创建设置(11g)的主要内容,如果未能解决你的问题,请参考以下文章