jeecms jeecmsv93建库

create tablespace jeecms93 datafile 'jeecms93.dbf' size 100M reuse autoextend on next 50M;
1.


2.
drop user jeecms93 cascade;
create user jeecms93 identified by jeecms93 default tablespace jeecms93;
grant resource,connect,dba to jeecms93;
grant select any table,execute any procedure,create any procedure,create any snapshot,on commit refresh,create any table to jeecms93;

原文地址:https://www.cnblogs.com/Jeely/p/11242846.html