Oracle之ora-01031 insufficient privileges

Posted 90500042陈

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle之ora-01031 insufficient privileges相关的知识,希望对你有一定的参考价值。

 

 

 

 

 

解决ora-01031insufficient privileges错误

解决system用户不能登录的问题

alter user system account unlock identified by orcl;

grant sysdba to system;

以上是关于Oracle之ora-01031 insufficient privileges的主要内容,如果未能解决你的问题,请参考以下文章