|
|
|
Re: Oracle Personal Edition 8i startup password problem [message #51018 is a reply to message #51012] |
Sat, 20 April 2002 12:46 |
rita
Messages: 41 Registered: April 1998
|
Member |
|
|
you can use sys as a user name. Usually sys has password oracle or change_on_install.
Since you do not know the password for internal user or sys user, follow this steps:
first delete the pwdfile..
ORADIM -DELETE -SID sid -SRVC sid
then recreate..
ORADIM -NEW -SID sid -INTPWD internalpassword -STARTMODE manual/auto -PFILE init.ora file with path
then initialize the env..
SET ORACLE_SID=sid
start SVRMGRl
connect INTERNAL
-now it will accept ur new password
-then change the SYS password, if u need.
note...
oradim command will return u the prompt immediately..but works at the background, check the process in the TASK MANAGER..or wait for few seconds till ur HHD light goes off then issue the next oradim command. this is same for set oracle_sid also..
|
|
|
|