Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Michael.

Asked: February 29, 2016 - 8:44 pm UTC

Last updated: March 01, 2016 - 2:28 am UTC

Version: Oracle 11g Express Edition

Viewed 1000+ times

You Asked

I set up my Oracle 11g Express Edition. I originally set it up with a System password. I forgot the password and I am wondering how I can retrieve it or how I can set up another password. I am locked out at the moment due to attempting to log on too many times. I know there is no support for free downloads, but I really need help and I was directed here by Oracle.

Thanks,

Michael

and Connor said...

Start a command prompt (windows) or terminal (unix)

sqlplus /nolog
connect / as sysdba
alter user system identified by your_new_password account unlock;


See how you go.

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