码迷,mamicode.com
首页 > 数据库 > 详细

oracle建用户

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

标签:io   ar   sp   on   c   ef   res   r   bs   

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建用户

标签:io   ar   sp   on   c   ef   res   r   bs   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!