Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to find out internal's password???
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
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).
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