The correct syntax for updating the password using SQL Developer is:
alter useruser_nameidentified bynew_passwordreplace
old_password;
You can check more options for this command here: ALTER USER-Oracle DOCS
The correct syntax for updating the password using SQL Developer is:
alter useruser_nameidentified bynew_passwordreplace
old_password;
You can check more options for this command here: ALTER USER-Oracle DOCS