today:
290
yesterday:
288
Total:
1,017,276

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
86 If you want to use EXISTS in a PL/SQL function returning BOOLEAN admin 2018.05.19 243
85 eeeeee admin 2018.06.21 242
84 CREATE VIEW admin 2016.05.13 241
83 Process admin 2018.05.05 239
82 Report by Order / Product / Order and Product / By Order & Non Order admin 2016.04.29 239
81 3D Pie Chart admin 2016.05.17 235
80 All Data DELETE from Table admin 2018.05.10 231
79 use a validation function for an element in apex 5.0 admin 2018.05.19 226
78 IF/ELSE ... CASE WHEN admin 2018.06.25 223
77 MISSIONARY_SUB admin 2018.06.25 222
76 How to convert DATE to NUMBER admin 2018.05.27 217
75 Name Show admin 2016.04.28 217
74 TABLE PRINT admin 2018.06.18 210
73 Apex setup procedure admin 2016.04.28 198
» Using SQL*Plus to Unlock and Change Passwords admin 2023.06.04 192
71 CREATE TABLESPACE admin 2016.04.28 192
70 Captcha Test file admin 2016.04.18 192
69 EXPORT & IMPORT admin 2016.05.01 188
68 UPDATE PROCESS admin 2016.04.28 188
67 CREATING A TABLE / SEQUENCE / TRIGGER admin 2016.04.28 186