today:
121
yesterday:
177
Total:
1,001,038

Using SQL*Plus to Unlock and Change Passwords

Use this SQL*Plus procedure to unlock and reset user account passwords.

To change a password after installation:

  1. Start SQL*Plus:
    C:\> sqlplus /nolog
     
  2. Connect as SYSDBA:
    SQL> CONNECT SYS AS SYSDBA Enter password: SYS_password
     
  3. Enter a command similar to the following, where account is the user account to unlock and password is the new password:
    SQL> ALTER USER account IDENTIFIED BY password ACCOUNT UNLOCK;
     

See Also:

No. Subject Author Date Views
6 Reversing Require HTTPS admin 2023.06.04 84
» Using SQL*Plus to Unlock and Change Passwords admin 2023.06.04 148
4 Column Data 일괄 추가 admin 2023.11.24 128
3 영수증 2023 file admin 2024.01.04 218
2 Null Display Value admin 2024.01.10 110
1 LAST DAY SQL admin 2024.01.19 112