S
S
sflyer2018-02-09 08:19:52
Oracle
sflyer, 2018-02-09 08:19:52

Oracle 10G - how to export password?

Need to transfer password from one server to another (oracle 10G). On the old server, I received the password in encrypted form with the command:

select password from DBA_USERS where USERNAME='USER';

After that on the new server I enter:
alter user USER identified by values 'ЗНАЧЕНИЕ';
The password field of the DBA_USERS table and in USER$ on the new server is changed to the value from the old server. But it is not possible to log in after alter user - the password is not suitable.
What did I do wrong in this case and how to transfer the encrypted password correctly?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
idShura, 2018-02-09
@idShura

Try like this

E
Eugene, 2018-02-09
@Lorien_Elf

Weird. What is the error when authorizing on a new server? Roles transferred? CONNECT, CREATE SESSION, is that all? Account not LOCKED?
As an option, don't bother and do ALTER USER...IDENTIFIED BY "password"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question