1、错误描述
ORA-01031: 权限不足
2、错误原因
SQL> create user yhd identified by scott account unlock;
create user yhd identified by scott account unlock
由于scott是普通用户,没有权限解锁3、解决办法
1、错误描述
ORA-01031: 权限不足
SQL> create user yhd identified by scott account unlock;
create user yhd identified by scott account unlock
由于scott是普通用户,没有权限解锁3、解决办法