创建用户与用户授权:

--创建用户
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;

ORALCE 用户创建与授权

 

相关文章:

猜你喜欢
  • 2021-12-12
  • 2021-04-20
  • 2021-08-07
相关资源
相似解决方案