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 question

Re: OEM question

From: <Winnie_Liu_at_infonet.com>
Date: Fri, 12 May 2000 16:17:15 -0700
Message-Id: <10495.105579@fatcity.com>


I've just got this from metalink the FAQ list of OEM version 2. The note id of this is: 68749.1

Here is the way to change the SYSMAN password if you don't remember it.

---
4.5 How can I reset the SYSMAN password if I forgot it?

     To reset the password of SYSMAN to the default oem_temp, you will need
 to
     log on to SQL*Plus Worksheet as the OEM Repository ower. Then issue
the
     following:

         UPDATE SMP_VDU_PRINCIPALS_TABLE
         SET password = 'E5A264514813C63F09D3A127712E2AE229A8CF88724FF226'
         WHERE UPPER(principal_name) = 'SYSMAN';

     A script called vduResetSysman.sql, has been added to the OEMV2
     installation, which contains this command. This script resides in the
     "$ORACLE_HOME\SYSMAN\ADMIN" directory.
--

Hope it will help you

Winnie :)






"Scott Shafer" <scott.shafer_at_ildmail.com> on 05/12/2000 02:07:12 PM

Please respond to ORACLE-L_at_fatcity.com

To:   Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
cc:    (bcc: Winnie Liu/HQ/ISC)

Subject:  Re: OEM question




Log into your repository db as internal (connect internal).

alter user <oemuser> identified by <newpasswd>;

Should solve it for you...

--Scott

----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
Sent: Friday, May 12, 2000 1:39 PM



> I installed OEM on NT back in Sept.
> Haven't used the machine till now...
> I can't seem to recall the OEM password or id
> for the Manager. Is there any way to find it ?
> It's not SYSMAN... tried that.
>
> If I can get the ID, maybe I can recall the password.
>
> Steff
>
> =====
> ----------------------------------------------------------
> If it's true that we are here to help others, then what
> exactly are the OTHERS here for?
> ----------------------------------------------------------
> Steff Gonos
> steff_gonos_at_yahoo.com
>
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
> --
> Author: Steff Gonos
> INET: steff_gonos_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).
-- Author: Scott Shafer INET: scott.shafer_at_ildmail.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
Received on Fri May 12 2000 - 18:17:15 CDT

Original text of this message

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