today:
458
yesterday:
719
Total:
1,770,242

Technology

updating the password using SQL Developer

admin 2022.03.03 13:07 Views : 31

 

The correct syntax for updating the password using SQL Developer is:

alter user user_name identified by new_password replace old_password ;