The prompt "the database status is currently unavailable may be because the database status is loaded or not loaded". The solution is that EM can be accessed normally after installation. After The customer changed The sys password, they boarded EM through The WEB. The English version of this newspaper "The database status is currently unavailable. it is possible that the database is in mount or nomount state. click 'startup' to obtain the current status and open the database. if the database cannot be opened, click 'perform Recovery 'to Perform an appropriate recovery operation. ", the Chinese version reports" the database status is currently unavailable. It may be because the database is in the load or not loaded state. Click Start to obtain the current status and open the database. If you cannot open the database, click 'Restore 'to perform the corresponding recovery operation .", Make sure that the Listener and the service are both normal, and the database status is also started. Either restarting dbconsole or reconfiguration does not work. Www.2cto.com solution: 1. Stop dbconsole [oracle @ star ~] $ Emctl stop dbconsole check the status and confirm that dbconsole has stopped [oracle @ star ~] $ Emctl status dbconsole 2. Modify the password of the sysman user. I changed the password to oracle123 [oracle @ star ~] $ Sqlplus/as sysdba SQL> alter user sysman identified by oracle123; unlock user: SQL> alter user sysman account unlock; Confirm that the password has been modified: SQL> conn sysman/oracle123 @ csc Connected. go to the $ ORACLE_HOME/host_sid/sysman/config directory. set emoms. save properties as emoms. properties. old B. modify emoms. in the properties file, find oracle. sysman. eml. mntr. emdRepPwd = Replace the equivalent encrypted string with the changed password oracle123; find oracle. sysman. eml. mntr. emdRepPwdEncrypted = TR UE replaces "TRUE" with "FALSE. 4. Restart dbconsole and access EM to restore [oracle @ star ~] $ Emctl start dbconsole log on here http://loclahost:5500/em , Prompting you to enter the user name and password. So far, it has recovered to normal. Author mhlstar