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

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL Script for Password Change

Re: SQL Script for Password Change

From: Lun Wing San (Oracle) <wslun_at_qrcsun.qrc.org>
Date: 1997/03/23
Message-ID: <3335AA3A.3F09@qrcsun.qrc.org>#1/1

Hagen wrote:
>
> I am looking for a SQL statement/program to allow those who do not know
> SQL to easily change their passwords. If you have or can create a
> program like this if you could mail it to me at
> Hagenj_at_mail.dec.com

  If you are using database authentication, you can use the command to change the password :

  ALTER USER username IDENTIFIED BY password;

---
Name   : Lun Wing San (Certified Oracle Database Administrator)

Title  : Oracle Database Administrator and System Administrator of QRC
Phone  : (852)27885841

This posting represents the personal opinions of the author. It is not the
official opinion or policy of the author's employer. Warranty expired when you
opened this article and I will not be responsible for its contents or use.
Received on Sun Mar 23 1997 - 00:00:00 CST

Original text of this message

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