I installed Oracle 11g. I didn’t change the passwords for SYSTEM and SYS. However now I find that the default passwords do not work. Please help.
I installed Oracle 11g. I didn’t change the passwords for SYSTEM and SYS. However
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible to connect to the database without specifying a password. Once you’ve done that you can then reset the passwords. I’m assuming that you’ve installed the database on your machine; if not you’ll first need to connect to the machine the database is running on.
Ensure your user account is a member of the
dbagroup. How you do this depends on what OS you are running.Enter
sqlplus / as sysdbain a Command Prompt/shell/Terminal window as appropriate. This should log you in to the database as SYS.Once you’re logged in, you can then enter
to reset the SYS password, and similarly for SYSTEM.
(Note: I haven’t tried any of this on Oracle 12c; I’m assuming they haven’t changed things since Oracle 11g.)