时间:2021-07-01 10:21:17 帮助过:14人阅读
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
oracle用户授权
标签:sql res ide prim resource ant ora create dsp