oracle 建立表空间sql语句
create tablespace mytabspace
datafile 'D:\app\Administrator\oradata\orcl\mytest\myspace.dbf'
size 300m;
发布时间: 2012-07-25 09:43:05 作者: rapoo
oracle 建立表空间sql语句
create tablespace mytabspace
datafile 'D:\app\Administrator\oradata\orcl\mytest\myspace.dbf'
size 300m;