Guest User

Untitled

a guest
Jan 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. C:>sqlplus sys as sysdba
  2.  
  3. SQL*Plus: Release 12.1.0.2.0 Production on Wed Jan 24 12:15:51 2018
  4.  
  5. Copyright (c) 1982, 2014, Oracle. All rights reserved.
  6.  
  7. Enter password:
  8.  
  9. Connected to:
  10. Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
  11. With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
  12.  
  13. SQL> alter user hr identified by new_password;
  14.  
  15. User altered.
  16.  
  17. SQL> alter user hr account unlock;
  18.  
  19. User altered.
Add Comment
Please, Sign In to add comment