oracle 建立表空间sql语句create tablespace mytabspacedatafile D:\app\Administrator\oradata\orcl\myt
oracle 建立表空间sql语句
create tablespace mytabspace
datafile 'D:\app\Administrator\oradata\orcl\mytest\myspace.dbf'
size 300m;
oracle 建立表空间sql语句
create tablespace mytabspace
datafile 'D:\app\Administrator\oradata\orcl\mytest\myspace.dbf'
size 300m;