You can change use
alter user user_name idenified by new_password;
so, if you are logged in as scott and want to change your password to lion, you can use
alter user scott identified by lion;
Hope this helps.