login with sqladmin account or other account
SQL> alter user scott account unlock;
User altered.
SQL> alter user scott identified by tiger;
User altered.
SQL> alter user scott account unlock;
User altered.
SQL> alter user scott identified by tiger;
User altered.
No comments:
Post a Comment