创建角色 并授权,,CONNECT角色被删除了..
-- 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) 收藏 举报
浙公网安备 33010602011771号