/*******************************创建用户***********************************/
create user admin identified by admin
default tablespace users
quota 10m on users
quota 10m on temp
quota 10m on indx
temporary tablespace temp
/*
create user 用户名 identified by 密码
default tablespace TS名
quota 10m on TS名 //数据表空间配额
quota 10m on TS名 //临时表空间配额
quota 10m on TS名 //索引表空间配额
temporary tablespace TS名
profile 配置文件
*/
/*********用户授权***********/
grant/revoke 权限 on 对象 to 用户
grant connect,resource to admin;
/*********修改用户************/
alter user admin identified by aaa;
/********用户锁定**********/
alter user admin account lock
/*******用户解锁*********/
alter user admin account onlock
/*********设置密码过期**********/
alter user 用户 password expire
alter user admin password expire
/********删除用户************/
drop user 用户 cascade
drop user admin cascade
注:当前用户在连接时不能删除。
/**********预定义角色***********/
connect: DML
resource:DML DDL DCL
dba: ALL
/*********创建角色*************/
create role 名
create role sa
/**********绑定授权***********/
grant 角色 TO 用户
grant sa to admin
/*********为角色设置口令**********/
create role 名 identified by 密码
create role accp identified by admin
【推荐】腾讯云新用户域名抢购1元起,抓紧抢购
· 精准率首次超过人类!阿里巴巴机器阅读理解打破世界纪录
· 技术帖:每天被今日头条推送文章 背后的算法技术是什么?
· 支付宝实体版老黄历问世:全球限量1000册
· 趣店被蚂蚁金服送上纽交所,现在是时候该独立了
· 蚂蚁宝卡升级:支付宝/微博即将免流
» 更多新闻...
· 以操作系统的角度述说线程与进程
· 软件测试转型之路
· 门内门外看招聘
· 大道至简,职场上做人做事做管理