Oracle之ora-01031 insufficient privileges
解决ora-01031insufficient privileges错误
解决system用户不能登录的问题
alter user system account unlock identified by orcl;
grant sysdba to system;
解决ora-01031insufficient privileges错误
解决system用户不能登录的问题
alter user system account unlock identified by orcl;
grant sysdba to system;