Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: forgotten sys password
Hi,
it seems you're using sys password as it is in database, though connecting
internal you should use one in passwordfile. It doesn't matter if you use
sys or internal, it's the same in this case.
Let you try "sys as sysdaba" or internal.
If you fail, you might save old orapwXXXX in %ORACLE_HOME/dbs and use orapwd to create new one with password you desire.
Usage: orapwd file=<fname> password=<password> entries=<users>
where
file - name of password file (mand),
password - password for SYS and INTERNAL (mand),
entries - maximum number of distinct DBA and OPERs (opt),
There are no spaces around the equal-to (=) character.
HTH, Uldis
Uldis Pavuls
DBA, Tieto Konts Financial Systems Ltd.
Kr.Barona 32, Riga, Latvia, LV 1011
phone +371 7 286 660, fax +371 7 243 000
mailto:U.Pavuls@konts.lv, http://www.konts.lv
> hi,all
> I am running oracle8.1.6 on nt,and oraginnaly i can connect=
> internal under svrmgrl without password.the default parameter in=
> pfile remote_login_passwordfile is none.
> =09but without noticing any change by myself,it refused to let me=
> connect as internal again.i forgot what i have done.but now=
> whenever i connect as internal or connect sys/xxx as SYSDBA, it=
> always prompts me that invald username/password.login denied.=
> alter user sys doesn't work either.
> =09i even tried orapwd to create a password file and change=
> setting in initsid.ora.but connect internal still failed.
> =09what shall i do?
Received on Mon Sep 18 2000 - 02:21:17 CDT
![]() |
![]() |