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: changing password and back again

Re: changing password and back again

From: John Strange <jstrange_at_imtn.dsccc.com>
Date: 2 Dec 2001 18:57:43 -0500
Message-ID: <3c0ace07$1@news.alcatel.com>

Why not save the hashed password into a save table, set your value,
update from the save table

Recommend testing with a junk account.

Arno Bouwman (arno_at_the-bouwmans.demon.nl) wrote:
: Hello,

: I would like to change certain user's passwords to prevent them from
: connecting during an euro-conversion. And change them back to their original
: passwords afterwards.

: I've done this in the past something like this:

: spool reset.sql
: select 'update user '||username||' identified by '||password||';' from
: dba_users where user in ('USER1','USER2');
: spool off
: than change the password so they can not connect any more
: do the job
: start reset.sql

: I can't get it to work any more ..... anybody knows how to???????????

: Arno.

--
While Alcatel may claim ownership of all my ideas (on or off the job),
Alcatel does not claim any responsibility for them. Warranty expired when u
opened this article and I will not be responsible for its contents or use.
Received on Sun Dec 02 2001 - 17:57:43 CST

Original text of this message

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