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

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


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

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

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

  1. In the payusr.properties file, make sure that you give 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.

    The payusr.properties file is located in the EDX_HOME/db/ePayment/oracle directory (or the EDX_HOME\db\epayment\oracle directory on Windows), where EDX_HOME is the location where Oracle Communications Billing Analytics is installed.

  2. On UNIX, log in as the ORACLE user for migration activity. 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
  3. If you have not configured the Apache Ant environment, do so now:
    • UNIX:

    export ANT_HOME=/opt/apache-ant-1.6.5

    export PATH=$ANT_HOME/bin:$PATH

    If you are on Oracle WebLogic, run this command, where JDK150_11 is your specific JDK version:

    export JAVA_HOME=$WEBLOGIC_HOME/JDK150_11

    If you are on IBM WebSphere, run this command:

    export $JAVA_HOME=$WS_HOME/java

    Also, on all application servers, run this command:

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

    • Windows:

    set ANT_HOME=C:\apache-ant-1.6.5

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

    set JAVA_HOME= %WEBLOGIC_HOME%\JDK150_11

    where JDK150_11 is your specific JDK version.

  4. Run the build script by typing ant.

    By default Ant picks up the build.xml file in the current directory.

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