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 - forgot administrator's passwd

Re: OEM - forgot administrator's passwd

From: <Winnie_Liu_at_infonet.com>
Date: Wed, 31 May 2000 09:57:02 -0700
Message-Id: <10514.107332@fatcity.com>


Andrey,

I answered to the same question before.. check this out:

---

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

"Andrey Bronfin" <bronfin_at_VisualTop.com> on 06/01/2000 10:22:01 AM

To: ORACLE-L_at_fatcity.com, ORACLE-L_at_lists.sunysb.edu,

      oracledba_at_quickdoc.co.uk
cc: (bcc: Winnie Liu/HQ/ISC)

Subject: OEM - forgot administrator's passwd

HI , DBAs !
I forgot my current OEM administartor's ( sysman ? ) name and passwd .... Is there a way to find it ?
Thanks a lot in advance .

Andrey .



If you're bored, then visit the list's website: http://www.lazydba.com (updated daily)
to unsubscribe, send a blank email to oracledba-unsubscribe_at_quickdoc.co.uk to subscribe send a blank email to oracledba-subscribe_at_quickdoc.co.uk Received on Wed May 31 2000 - 11:57:02 CDT

Original text of this message

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