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: Migrating users and their passwords...

Re: Migrating users and their passwords...

From: Claes Nordfeldt <harpagon_at_seisy.abb.se>
Date: Mon, 13 Jul 1998 23:30:54 +0200
Message-ID: <35AA7C8E.450E3F87@seisy.abb.se>


Hi Dave,
What you should do is this:
ALTER USER JOHN IDENTIFIED BY VALUES 'YYY'; Claes

Dave Best wrote:

> Hey all.. quick question. I am told that it is possible to
> move users between databases and still keep their password. For
> example, user on system A has password XXX, encrypted equals YYY.
> Can I do something like this on system B?:
>
> create user "JOHN" identified by YYY;
>
> or after the user is created do a
>
> alter user "JOHN" identified by YYY;
>
> This way, the user can login to machine B and still have the same
> password. For some reason I can't get this to work, even tho I am
> told it is possible. (FYI: The encrypted passwords on the separate
> systems
> are identical.)
>
> Any help would be greatly appreciated.
>
> Dave
Received on Mon Jul 13 1998 - 16:30:54 CDT

Original text of this message

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