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: Recover/ Reset Admin password

Re: Recover/ Reset Admin password

From: tiny anklet bells <nroshak_at_hcs.harvard.edu>
Date: 2000/05/26
Message-ID: <8gmk89$aqc$4@news.fas.harvard.edu>#1/1

Zorg Coolc hath momely rade gribble:
: Hey is there some way to recory or reset the admin password for
: Oracle 7.3.x o for Solaris?

yes. use svrmgrl and os authentication.

log in to the machine that you're running the server from, using the account that you used to install the software (or any account that belongs to the dba group on your machine).

prompt% svrmgrl

SVRMGR> connect internal
Connected.
SVRMGR> alter user [sys|system] identified by [new_password] User altered.
SVRMGR> exit

Alternatively, when you have connected internal, the unencrypted user passwords are somewhere in the static data dictionary views. Try DBA_USERS, that would be my first place to check.

Natalka

-- 
WEEK 3:  The Sacred Heart has begun to pump Jesus' precious blood.
Development of the neural tube.
					-- The Unborn Jesus Web Site
Received on Fri May 26 2000 - 00:00:00 CDT

Original text of this message

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