I made my first installation of an 8.1.6 instance several days ago. Now I can't remember the SYSTEM user password, Can I do something to retrieve it?
Thanks
Log into the OS as the owner of the software load.
If on unix:
1. Set your ORACLE_SID to the SID of the new database thwn run . oraenv (ksh) or coraenv (csh) to set up your environment.
2. start the server manager (svrmgrl)
3. type connet internal and enter
4. if you connect then type alter user system identified by aaaaaaaaa; enter
+++ where aaaaaaaaa = the new password
If on NT the start a command window
Set ORACLE_SID = <SID>
set ORACLE_HOME = <oracle home>
make sure the the ORACLE_HOME/bin directory is in the path then execute steps 2 - 4 above.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.