Reset sys Oracle password in Linux
book
Article ID: 51061
calendar_today
Updated On:
Products
CA Identity Portal
Clarity PPM On Premise
Issue/Introduction
How to reset password for user "sys" in Oracle?
Resolution
- Delete pwdniku.ora from /$ORACLE_HOME/dbs folder
- Run the command: orapwd file=/$ORACLE_HOME/dbs/orapwniku.ora password=system entries=10
- Connect to Oracle using sqlplus /nolog
- Run command inside SQL prompt: connect sys/system as sysdba
- Run the command: alter user system identified by system;
- Your user "system" password has now been changed to system (in this example)
- Connect to SQLPLUS: sqlplus system/system
- Run the command: alter user sys identified by system;
- Your sys password now has been changed
Feedback
thumb_up
Yes
thumb_down
No