Answer the question
In order to leave comments, you need to log in
How to recover Oracle Database 10g password?
How to recover Oracle Database 10g user password?
Answer the question
In order to leave comments, you need to log in
From which user? If from the usual, then log in as the sys user and do
If you like the password from sys, then go to the server on which Oracle is running under the user under which it is running and do it there
sqlplus / as sysdba
alter user sys identified by <password>;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question