标签:sql res ide prim resource ant ora create dsp
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
标签:sql res ide prim resource ant ora create dsp
原文地址:https://www.cnblogs.com/darcy-hui/p/13212090.html