How to reset password in oracle database:

Use this query to get the password of the user in the database:

select user#, name,password from SYS.user$ where name = '<USERNAME>';

Then use this below to reset the password
alter user <username> identified by values '<PASSWORD>';

Comments

Popular posts from this blog

How to resolve - ORA-09925: Unable to create audit trail file

How to repair a disk in a diskgroup