不用重建,只要在一个地方把这个密码改成oem_temp就行了
但在哪个地方改我忘了,我再查查

解决方案 »

  1.   

    Symptom: Logging into the Enterprise Manager Console as the superuser SYSMAN fails with 'Invalid Login Credentials Supplied' Cause: This problem occurs because an existing EM Superuser modified the SYSMAN password or the password was forgotten. In either case, the EM Administrator cannot logon to the EM Console or administer the Oracle Management Server from the command line. 
    The procedure smp_maintenance.reset_sysman() (and script "vduResetSysman.sql" in OEM 2.0.4) resets the SYSMAN password to the default setting. During the next EM Console logon attempt using the SYSMAN account, the software forces a password change. The passwords are not logged in history and can be reused. The password is limited to 8 characters and is case-sensitive. Fix: Use the correct logon credentials. 
    1. When the Enterprise Manager (EM) OMS and Repository are new, the default EM Administrator account and password are: 
    Name: sysman Password: oem_temp 
    During this first logon attempt to the EM Console, a security warning will be displayed prompting for a change to the default sysman password. 
    2. When the EM setup is not new and the account supplied in the logon window previously worked, try using a different EM administrator account. If necessary, use the SYSMAN account and then reset the invalid username's password. 
    Note: The administrator name is not case sensitive, however, the password is case sensitive. 
    If oem_temp is no longer the password for SYSMAN and you need to reset the existing password back to oem_temp, perform the following steps: 3. Obtain the username/password of the EM Repository owner. The username is normally stored in the omsconfig.properties file but the password is encrypted. 
    4. Shutdown the OEM Console login dialog box. 
    5. Shutdown the Oracle Management Server (OMS). 
    6. Connect to the Repository database, where the EM Repository is stored. Connect as the EM Repository owner using SQL*Plus Worksheet, and choose the option to "connect directly to a database" (or connect using SQL*Plus). 
    7. Execute the following SQL statement: 
    'execute smp_maintenance.reset_sysman();' 
    For OEM 2.0.4 execute the script: vduResetSysman.sql, for example: csh% sqlplus repository_owner/[email protected] Sqlplus> @$ORACLE_HOME/sysman/admin/vduResetSysman.sql; 
    Exit. 
    8. Restart the OMS and start the OEM Console. 
    9. Log in as the user SYSMAN and specify the password "oem_temp". Change the default password when you are prompted.