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: How to copy user passwds to different database ?

Re: How to copy user passwds to different database ?

From: Sylvain Leclerc <SLeclerc_at_magrit.com>
Date: 2000/07/24
Message-ID: <044CD796C702D111B56800608CCC51D016253A@INT_04>#1/1

IMPORT in FULL mode will copy the users but you may not want to copy the whole database. Read the encrypted passwords in DBA_USERS, then you can recreate them by using

CREATE USER xxxxx IDENTIFIED BY VALUES 'password' ;

Where "password" is the encrypted string.

Sylvain Leclerc, DBA
sleclerc_at_magrit.com

-----Original Message-----
From: chlo_at_home.com (chlo) [mailto:chlo_at_home.com] Posted At: Monday, July 24, 2000 2:09 AM Posted To: server
Conversation: How to copy user passwds to different database ? Subject: How to copy user passwds to different database ?

Hi all,

Can anybody tell me how could I copy all the oracle user passwords ? ie. Can I
export all the user ids and passwords out and import it back to another database ?

Thanks.. Received on Mon Jul 24 2000 - 00:00:00 CDT

Original text of this message

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