ORALCE 用户创建与授权

创建用户与用户授权:

--创建用户
create user pmp identified by pmp;
--分配权限
grant create session,create table,create view ,create any index to pmp;
grant unlimited tablespace to pmp;
grant connect,resource to pmp;

 

posted @ 2013-04-11 13:58  在 水 一 方  阅读(301)  评论(0编辑  收藏  举报