解锁scott:
SQL> alter user scott account unlock
修改密码:
SQL> alter user scott identified by tiger
登陆:
SQL> conn scott/tiger
查询当前用户:
SQL> show user