首页 > 数据库技术 > 详细

oracle建用户

时间:2014-09-10 19:07:10      阅读:296      评论:0      收藏:0      [点我收藏+]

create user ng_zj identified by ng_zj
default tablespace tbs_test
temporary tablespace tbs_test_tmp;

grant connect to ng_zj;
grant resource to ng_zj;
grant create table to ng_zj;
grant create sequence to ng_zj;
grant create session to ng_zj;
grant create synonym to ng_zj;
grant create view to ng_zj;
grant select any table to ng_zj;
grant create procedure to ng_zj;
grant debug connect session to ng_zj;

oracle建用户

原文:http://www.cnblogs.com/zuo-zijing/p/3964878.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!