Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: INTERNAL Password problem

Re: INTERNAL Password problem

From: Wasim Hamwi <whamwi_at_bright.net>
Date: Sun, 3 Jan 1999 02:40:47 -0800
Message-ID: <76n6rm$rph$1@cletus.bright.net>


Hi;

To solve the problem of missing password, you need to create a new password file as follow:
1- You need to find the old password file usually in $ORACLE_HOME/dba/ and the file name should be some like PWD<sid>.ora this might be hidden file in this directory.

2- delet PWD<sid>.ora the password file.

3- cd to $ORACLE_HOME/bin and type the following:

$ orapwd file=$ORACLE_HOME/dba/pwd<sid>.ora password=new_password entries=10

4- this will create a new password file and you will be able to log in svrmgrl.

Note : Check the init<sid>.ora file for remote_login_password= exclusive to be able to grant sysdba to more people than sys and internal, that if you want. By the way this way we have the clause entries in the end of the password file creation.

Good Luck,

Wasim

Mike wrote in message <01be33e4$3e249ee0$1401a8c0_at_test>...
>Hi
>I have the same problem with internal connect and SCO. start the orainst
>script and make a full relink of the database ( make a backup from the hole
>oracle home before)
>
>ML <mlluk_at_technologist.com> schrieb im Beitrag
><3671BE66.FAC6A619_at_technologist.com>...
>> Hi guys,
>>
>> We have a testing Oracle 8 instance running on an Solaris mahcnie.
>> Someone has set the inernal password and left the company. After the
>> machine reboot, we tried to bring the Oracle instance up, it keeps
>> asking for the internal password. I did try using
>> "oracle/change_on_install/manager" but with no luck. Is there any way to
>> reset this internal password?
>>
>> Thanks in advance.
>>
>> Regards.
>> ML
>>
>>
>>
Received on Sun Jan 03 1999 - 04:40:47 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US