Skip to Main Content
  • Questions
  • How to alter system password in oracle 11g

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Sunil.

Asked: January 21, 2017 - 1:45 pm UTC

Last updated: January 22, 2017 - 3:35 am UTC

Version: 11g

Viewed 10K+ times! This question is

You Asked

I have installed oracle 11g before a couple of months but i forgot my system password
and also i couldn't able to conn /as sysdba.

Could you please suggest the process of resetting the password for user SYSTEM.

and Connor said...

Options

1) If you are on the database as the OS database owner account, (or in Window, if you set SQLNET.AUTHENTICATION_SERVICES=NTS in sqlnet.ora) you should be able to do:

connect / as sysdba

and then reset the password using 'alter user' as per normal

2) Use orapwd to nominate a new *network* SYS password, and then do:

connect sys/new_password@remote_db as sysdba

and then reset the password using 'alter user' as per normal


Is this answer out of date? If it is, please let us know via a Comment