标签:空间 user ref src wrap 用户 html get drop
create user wu identified by 123456;
grant connect,resource,dba to wu;
GRANT connect,resource to wu;
GRANT CREATE USER,DROP USER,ALTER USER ,CREATE ANY VIEW ,DROP ANY VIEW,EXP_FULL_DATABASE,IMP_FULL_DATABASE,DBA,CONNECT,RESOURCE,CREATE SESSION TO wu;
标签:空间 user ref src wrap 用户 html get drop
原文地址:http://www.cnblogs.com/523823-wu/p/7805065.html