Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Q:How can users change their login password?

Re: Q:How can users change their login password?

From: Håkon Bingen <haakon.bingen_at_vegdir.vegvesen.no>
Date: 1996/12/05
Message-ID: <586sob$c8m@daneel.sds.no>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US