oracle用户授权

grant create session,resource to <user>
create user DI70HMTEST identified by primeton000000;
grant dba to DI70HMTEST;

create user HMTESTDATA identified by hm123;
grant dba to HMTESTDATA;


create user DSPWY identified by primeton000000;
grant dba to DSPWY;


[Code: 65096, SQL State: 99999] ORA-65096: 公用用户名或角色名无效

C##HMTEST

原文地址:https://www.cnblogs.com/darcy-hui/p/13212090.html