admin管理员组

文章数量:1642342

不断积累有关Oracle数据库中的资料,并学习新的知识。

create tablespace bjbjsxt datafile 'D:\oracle\product\10.2.0\oradata\orcl\bjbjsxt.dbf' size 15M autoextend on next 10M permanent online;

引号中是创建表空间的路劲和名称

create tablespace NAME datafile '   ' size 15M autoextend on next 10M permanent online;


本文标签: 空间ORACLE