Installation Guide for Oracle Self-Service E-Billing > Migrating to Oracle Self-Service E-Billing Version 6.2 from Other Products > Process of Migrating the Oracle Communications Billing Analytics Version 5.1.1 Database to Oracle Self-Service E-Billing Version 6.0 >

Installing the Payment Database on an Existing Oracle Communications Billing Analytics Version 5.1.1 OLTP Database


You must create a Payment database on your existing Oracle Communications Billing Analytics version 5.1.1 OLTP database before migrating OLTP.

This task is a step in Process of Migrating the Oracle Communications Billing Analytics Version 5.1.1 Database to Oracle Self-Service E-Billing Version 6.0.

To install the Payment database on an existing Oracle Communications Billing Analytics version 5.1.1 OLTP database

  1. Open the payusr.properties file, located in the following directory:
    • UNIX. EDX_HOME/db/ePayment/oracle
    • Windows. EDX_HOME\db\epayment\oracle

      In the path, EDX_HOME is the location where Oracle Communications Billing Analytics is installed.

  2. In the payusr.properties file, specify the same OLTP database SID, user name, and password that you specified in the edxadmin.properties file of the eStatement installation.

    The file payusr.properties contains configuration parameters specific to each installation and is used by the Ant script that installs the Oracle Self-Service E-Billing Payment database.

  3. On UNIX, log in as the ORACLE user for migration activity.
  4. Go to the directory location of the Payment component installation files in your software installation:
    • UNIX. EDX_HOME/db/ePayment/oracle
    • Windows. EDX_HOME\db\epayment\oracle
  5. If you have not configured the Apache Ant environment, then do so now.
    • UNIX. Run the following commands, where JDK150_11 is your specific JDK version:

    export ANT_HOME=/opt/apache-ant-1.6.5

    export PATH=$ANT_HOME/bin:$PATH

    export JAVA_HOME=$WEBLOGIC_HOME/JDK150_11

    export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH

    • Windows. Run the following commands, where JDK150_11 is your specific JDK version:

    set ANT_HOME=C:\apache-ant-1.6.5

    set PATH=%PATH%;%ANT_HOME%\bin

    set JAVA_HOME= %WEBLOGIC_HOME%\JDK150_11

  6. Enter Ant to run the build script.

    By default, the Ant command runs the build.xml file in the current directory.

  7. From the top level Main Menu select Option 1, Install Application Database I.
  8. Enter Ant again, and from the top level Main Menu select Option 2, Install Application Database II.
  9. Enter Ant again, and from the top level Main Menu select Option 3, Initial Data Population.
Installation Guide for Oracle Self-Service E-Billing Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.