解锁用户(以dba登陆)
1.查看所有用户 select username from dba_users ;
2.解锁用户 alter user scott account unlock ;
3.修改密码 alter user scott identified by tiger ;
解锁用户(以dba登陆)
1.查看所有用户 select username from dba_users ;
2.解锁用户 alter user scott account unlock ;
3.修改密码 alter user scott identified by tiger ;