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 from 8.1.7 to 9i how to keep same user_id

Re: migrating from 8.1.7 to 9i how to keep same user_id

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 17 Jun 2005 19:03:41 +0200
Message-ID: <d8uvfe$sfk$1@news4.zwoll1.ov.home.nl>


BGT wrote:
> I've got hundreds of user_ids used in dozens of tables and we use the
> USER_ID as part of our application security and audit trail.
> I was in the habit of just moving the PWD.ORA file into a new database
> when both were 8.1.7 Will this work with different versions?
> If I migrate to 9i or 10G how can I keep the same user_id without
> haveing to go through a massive conversion of millions of records?
>

create user bla identified by values 'xxxxxxx'.

Which every full system import session will do.

-- 
Regards,
Frank van Bortel
Received on Fri Jun 17 2005 - 12:03:41 CDT

Original text of this message

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