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: how to find out internal's password???

RE: how to find out internal's password???

From: <Sunil_Nookala_at_Dell.com>
Date: Fri, 25 May 2001 13:43:07 -0700
Message-ID: <F001.003101B6.20010525131157@fatcity.com>

try this(on your dev box first):
1.select instance_name from v$instance;
@command line,
2.oradim80 -delete -sid <instance name>
3.oradim80 -new -sid (instance name> -intpwd <newpassword>

now you have a new password for internal.

Sunil Nookala
Dell Corporation,
Austin, TX

-----Original Message-----
Sent: Friday, May 25, 2001 1:07 PM
To: Multiple recipients of list ORACLE-L

This is in additional to my previous question about how to turn off passowrd for internal:

To try to turn off pwd for internal, I commented out remote_login_passwordfile = exclusive in the init file, now I need to shutdown and restart the database.  I tried to login as internal to shutdown the db, when it askes for password, I tried a bunch things including sys, manager, and they all failed. So I used sqlplus system/pwd to login and do shutdown, the database is down, but now I cannot login to svrmgrl to startup the database, since I don't know internal's password. So my question is how to find out internal's password? Thanks a lot.

Janet



Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Janet Linsy
  INET: janetlinsy_at_yahoo.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:
  INET: Sunil_Nookala_at_Dell.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 May 25 2001 - 15:43:07 CDT

Original text of this message

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