oracle 建用户

时间:2021-07-30 15:20:50

create user username identified by password;

grant dba to username;

注意当对用户赋予resource角色时将同时赋予unlimited tablespace的系统权限

一般创建用户时,如果没有特殊需求只要将resource和connect角色赋予用户即可。

oracle 建用户

oracle 建用户

注意:IMP_FULL_DATABASE 角色的系统权限也是很大,可以修改其他用户下的东西。。。

oracle 建用户

oracle 建用户

参考:https://www.2cto.com/database/201308/234800.html