Previous Topic: rpm --whatprovides—Verify That a Library ExistsNext Topic: Enterprise Management Server Fails To Register Endpoints Type


Modify the Oracle Database Host Settings After Installation

Symptom:

After installing the Enterprise Management Server, I need to modify the Oracle database server settings to point to a different server.

Solution:

You can modify the Enterprise Management Server to work with an Oracle database on a different host after installation:

  1. Stop the JBoss application server service on the Enterprise Management Server.
  2. Backup the Oracle database on the current host.
  3. Restore the Oracle database on the new host.
  4. Navigate to the following directory, where JBoss_HOME indicates the directory where you installed JBoss:
    JBoss_HOME/server/default/deploy
    
  5. Locate and back up the following files:
  6. Open each file and locate the <connection-url> entry.
  7. Modify the connection settings to specify the new Oracle database host name. For example:
    <connection-url>jdbc:oracle:thin@//new_host_name:1521/sid_or_service_name</connection-url>
    
  8. Start the JBoss application server service.

    You have modified the Oracle database host settings.