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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Lost Sys / Internal password

Re: Lost Sys / Internal password

From: Manavendra Gupta <manav_at_zycus.com>
Date: Fri, 23 Aug 2002 06:03:23 -0800
Message-ID: <F001.004BE16D.20020823060323@fatcity.com>


remote_login_passwordfile parameter is used for password authentication.It can contain any of these 3 values 1)EXCLUSIVE 2) SHARED 3) NONE.

1)EXCLUSIVE means only one instance can use the password file and it can contain other names,other than SYS and INTERNAL.

2)SHARED means many instances can recognize the password file, but only SYS and INTERNAL users will be recognized

3)NONE means it does not use the password file for authentication,it uses OS authentication.

Finally, oracle passwords are created using the utility orapwd. It has the options to create a new password file (if it does not exist), the "key" used to encrypt the passwords, and finally you can add each user in the file by specifying the username and password.

Warm Regards,

Manav.

> Hi All,
>
> Just a few thought questions on 8i
>
> Lets assume that I change the Sys/Internal password and forget it. What
will
> happen if....
>
> 1. I'm using remote_login_passwordfile = exclusive
> 2. remote_login_passwordfile=shared
>
> Can i simply shutdown the instance change the parameter from exclusive to
> none. restart and connect as internal on the local machine?
>
> Can i recreate the password file giving the new password?
>
> Regards,
> Naveen
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Naveen Nahata
> INET: naveen_nahata_at_mindtree.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Manavendra Gupta
  INET: manav_at_zycus.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Aug 23 2002 - 09:03:23 CDT

Original text of this message

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