oracle用户授权
Posted 记录·碎片
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于oracle用户授权的主要内容,如果未能解决你的问题,请参考以下文章