Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Q:How can users change their login password?
In article <584duf$239_at_news.uta.edu>, earvin_at_omega.uta.edu says...
>
>How can users change their own login password to SQL*PLUS?
>Thanks in advance!
>--
>Earvin Lim
When logged in to sql*plus as the user you want to change, type :
ALTER USER name IDENTIFIED BY newpassword;
good luck. Received on Thu Dec 05 1996 - 00:00:00 CST
![]() |
![]() |