dreampolice
Technical User
I have an Oracle 9i developer database on my Windows workstation. I havent used it in a couple weeks and forgot my Sysdba login password. Please advise how I can reset it or get into the database?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
C:\> sqlplus /nolog
SQL> connect / as sysdba
connected.
SQL> ALTER USER <username> IDENTIFIED BY <new password>;
User altered.
SQL> exit
SQLNET.AUTHENTICATION_SERVICES = (NTS)