分类分类
2015-06-28 00:00作者:网管联盟
create tablespace jfxt datafile 'E:oracleoradataoradbjfxt.ora' size 400m reuse default storage(initial 500k next 500k pctincrease 20);
create user jfxt identified by jfxt default tablespace jfxt quota 10m on users;
grant connect,resource,dba to jfxt;
相关文章