Upgrade from Release 6.1.1 or 7.0.x to Release 8.1

Use the following instructions to upgrade from 7.0.x to 8.1.

Upgrade Oracle Database to Release 12.2.1.2.0 or 19.3

Follow instructions in the Oracle Database Upgrade Guide at https://docs.oracle.com/database/122/UPGRD/toc.htm or https://docs.oracle.com/en/database/oracle/oracle-database/19/ladbi/index.html.

Upgrade JDK

Upgrade to JDK 8_171 or later. See Download and install Oracle Java Development Kit.

Upgrade WebLogic Server to Release 12.2.1.3.0 or 12.2.1.4.0

Follow instructions in Fusion Middleware Upgrading Oracle WebLogic Server at https://docs.oracle.com/middleware/12213/wls/WLUPG/toc.htm or https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/wlsig/index.htm.

Upgrade HDR to Release 8.1

Follow instructions in Install the HDR database and middle tier using the Oracle Universal Installer except choose to upgrade instead of install.

Copy files from Release 6.x and 7.x locations to Release 8.x locations

  1. Copy all the MTK custom schema/MIFs from your HTB 6.X or HDR 7.0.1 to your HDR 8.1 instance by running one of the following commands:
    • If you are upgrading from HTB 6.x:
      copy $JAVA_TOP/oracle/apps/ctb/message/defs/customSchema/* to $HDR_DOMAIN/config/hdr/message/defs/customSchema
      
    • If you are upgrading from HDR 7.0.1:
      copy $HDR_HOME/hdr_exploded_app/oracle/apps/ctb/message/defs/customSchema/* to $HDR_DOMAIN/config/hdr/message/defs/customSchema
      

Start WebLogic servers

  1. Start the WebLogic hdr_domain admin server. For example:

    nohup ./startWebLogic.sh &

  2. Start the hdr_server managed server. For example (all in one line):

    nohup ./startManagedWebLogic.sh <hdr-nodemanger>http://<ip-address>:<port -number> hdr_server.log &

How to uninstall HDR (if required)

See How to uninstall HDR (if required).