How I DROP/RECREATE Oracle Enterprise Manager 10g
Hi, Here are the steps that I followed in dropping and recreating Oracle Database Enterprise Manager. This are just my notes on how I did it. In Oracle 10g, the EMCA utility is used to recreate EM. It is location in your $ORACLE_HOME/bin directory. My environment: OS: RHEL 5.4 DB: Oracle DB 10.2.01 Here's my note: When the database host name (including the domain name) or the IP address changes, deconfigure and then reconfigure the Database Console with the repository create command. Run the following command: emca -deconfig dbcontrol db -repos drop emca -config dbcontrol db -repos create or emca -deconfig dbcontrol db emca -config dbcontrol db -repos recreate ****************************************** Make sure the the listener.ora, tnsnames.ora and sqlnet.ora are configured well sqlnet.ora SQLNET.AUTHENTICATION_SERVICES= (NTS) NAMES.DIRECTORY_PATH= (TNSNAMES) listener.ora SID_LIST_LISTENER = (SID_LIST = ...