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: OEM

Re: OEM

From: Tom Pall <tom_at_cdproc.com>
Date: Fri, 27 Oct 2000 14:28:44 -0500
Message-Id: <10662.120497@fatcity.com>


Here's the reset script, found in ORACLE_HOME/sysman/admin:

rem -------------------------------------------------------------------
rem
rem NAME
rem resetSysman.sql
rem
rem Copyright (c) 1997 by Oracle Corporation rem
rem FUNCTION
rem Script for resetting the superuser password rem
rem NOTES
rem     This script should be run from the Enterprise Manager
rem     Master account.

rem
rem MODIFICATION
rem $Log: /OEM_mainline/sysman/Admin/vduResetSysman.sql $ rem
rem 1 8/28/98 9:25a Ndutko
rem Initial entry
rem
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

Original text of this message

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