Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: OEM
Here's the reset script, found in ORACLE_HOME/sysman/admin:
rem -------------------------------------------------------------------rem
rem This script should be run from the Enterprise Manager rem Master account.
rem -------------------------------------------------------------------
update SMP_VDU_PRINCIPALS_TABLE set password = 'E5A264514813C63F09D3A127712E2AE229A8CF88724FF226'
where principal_name = UPPER('SYSMAN');
commit;
> The default password is oem_temp if you are logging for the first time it
> will ask you to change the password,now this password is not oracle user it
> stored in a table in the oracle database which i am not sure where,i had an
> article on this but i have forgotten where it is.
> whatever password u create in the entreprise manager is actually stored in
> the a particular user's table who holds the repository.
> So the the user for login into the enterprise manager and the oracle
> database is different.
> Actually when u start the management server the user how holds the
> repository is logging in to the database.
> The password is case sensitive i feel
Received on Fri Oct 27 2000 - 14:28:44 CDT