yuanwoneng

学习笔记
创建角色 并授权,,CONNECT角色被删除了..

 

Code

 

 

-- Create the role
create role CONNECT;
-- Grant/Revoke system privileges
grant alter session to CONNECT;
grant create cluster to CONNECT;
grant create database link to CONNECT;
grant create sequence to CONNECT;
grant create session to CONNECT;
grant create synonym to CONNECT;
grant create table to CONNECT;
grant create view to CONNECT;

posted on 2009-05-04 15:27  YWN's blog  阅读(161)  评论(0)    收藏  举报