|
|
Re: Forgort Internal Password...!!! [message #69651 is a reply to message #69628] |
Wed, 13 February 2002 12:02 |
Bala
Messages: 205 Registered: November 1999
|
Senior Member |
|
|
Create a new password file with a new password..
Don't know your oracle version or OS but
if you have oracle/NT/2000 then follow these steps
Change the directory path and oracle exe version accordingly
1. In the %ORACLE_HOME%database
Check for a file named "PWDsidname.ORA file,if it exists rename the file to something.
(This file may be hidden,use the Windows Explorer View/Option 'show all files' to see the file. The part of the file name 'sidname' is the name of your sid, so if sid is catp then the file name will be PWDCATP).
2.In the DOS prompt go to %ORACLE_HOME%bin and issue this command....
D:orantbin>ORAPWD73 FILE=D:ORANTDATABASEPWDcatp.ORA PASSWORD=newpas
This will create a PWDsidname.ORA file in the above stated directory.
3. Change directory to the D:orantdatabase directory and edit
the file "STRTcatp.CMD". Change the section "-usrpwd
OLDPASSWORD to the NEWPASSWORD given in Step 2.
4. At this point the internal password has been changed and you
should be able to connect internal with the new password
|
|
|
|