8 Uninstalling Pricing Design Center

This chapter describes how to uninstall Oracle Communications Pricing Design Center (PDC).

Uninstalling PDC

You use Oracle Universal Installer to uninstall PDC. You can also uninstall other components of the PDC product using Oracle Universal Installer.

Note:

Oracle Universal Installer does not uninstall the PDC patch. Also, it does not clean the PDC database or remove the PDC users. You need to perform them manually.

You can restore the previous release installation by replacing the patch set directories using the backup copy of your previous release installation. See "Restoring the Previous Installation" for more information.

To uninstall PDC:

  1. Go to the PDC_home/oui/bin directory, where PDC_home is the directory in which you installed PDC.

  2. Clean up the WebLogic Server domain by running the following command:

    java -cp Weblogic_home/wlserver/server/lib/weblogic.jar weblogic.WLST cleanup_weblogic_domain.py weblogic_username weblogic_password weblogic_host weblogic_port weblogic_use_ssl pdc_username 
    

    where:

    • weblogic_home is the directory in which WebLogic Server is installed.

    • weblogic_username is the WebLogic Server domain administrator user name.

    • weblogic_password is the WebLogic Server domain administrator user password.

    • weblogic_host is the IP address or the host name of the machine on which the WebLogic Server domain is configured.

    • weblogic_port is the port number assigned to the WebLogic Server domain administration server.

    • weblogic_use_ssl is one of the following:

      • true if SSL is enabled for the WebLogic Server domain.

      • false if SSL is disabled for the WebLogic Server domain.

    • pdc_username is the name of the PDC user.

    For example:

    java -cp /home/usr/opt/Oracle/oracle_weblogic_12.2.1.3.0/wlserver/server/lib/weblogic.jar weblogic.WLST cleanup_weblogic_domain.py weblogic password123 your.host.name.com 1234 false pdcuser
    
  3. Run the following command:

    ./deinstall.sh
    

    The Distribution to Uninstall screen appears.

  4. Select the components you want to uninstall.

  5. Click Uninstall.

    The Welcome screen appears.

  6. Click Next.

    The Uninstallation Summary screen appears.

  7. Click Uninstall.

    The Uninstallation Progress screen appears.

  8. Click Next.

    The Uninstallation Complete screen appears.

  9. Click Finish.

The Installer removes all of the files except the log files. You must delete the log files manually.

You can check the log files in the oraInventory/logs directory. The default location of the oraInventory directory is in the /etc/oraInst.loc (Linux) file or the /var/opt/oracle/oraInst.loc (Solaris) file.

Uninstalling BRM Integration PackInstallation and System Administration Guide

To uninstall Oracle Communications Billing and Revenue Management (BRM) Integration Pack:

Note:

Oracle Universal Installer does not uninstall the BRM Integration Pack patch. Also, it does not clean the cross-reference database or remove the users. You need to perform them manually.

You can restore the previous release installation by replacing the patch set directories using the backup copy of your previous release installation. See "Restoring the Previous Installation" for more information.

  1. Go to the BRM_Integration_Pack_home/oui/bin directory, where BRM_Integration_Pack_home is the directory in which you installed the BRM Integration Pack.

  2. Run the following command:

    ./deinstall.sh 
    

    The Distribution to Uninstall screen appears.

  3. Select the components you want to uninstall.

  4. Click Uninstall.

    The Welcome screen appears.

  5. Click Next.

    The Uninstallation Summary screen appears.

  6. Click Uninstall.

    The Uninstallation Progress screen appears.

  7. Click Next.

    The Uninstallation Complete screen appears.

  8. Click Finish.

The Installer removes all of the files except the log files. You must delete the log files manually.

You can check the log files in the oraInventory/logs directory. The default location of the oraInventory directory is in the /etc/oraInst.loc (Linux) file or the /var/opt/oracle/oraInst.loc (Solaris) file.

Uninstalling PDC Using the Silent Mode

To uninstall PDC using the silent mode:

  1. Go to the PDC_home/oui/bin directory.

  2. Clean up the WebLogic Server domain by running the following command:

    java -cp Weblogic_home/wlserver/server/lib/weblogic.jar weblogic.WLST cleanup_weblogic_domain.py weblogic_username weblogic_password weblogic_host weblogic_port weblogic_use_ssl pdc_username 
    

    where:

    • weblogic_home is the directory in which WebLogic Server is installed.

    • weblogic_username is the WebLogic Server domain administrator user name.

    • weblogic_password is the WebLogic Server domain administrator user password.

    • weblogic_host is the IP address or the host name of the machine on which the WebLogic Server domain is configured.

    • weblogic_port is the port number assigned to the WebLogic Server domain administration server.

    • weblogic_use_ssl is one of the following:

      • true if SSL is enabled for the WebLogic Server domain.

      • false if SSL is disabled for the WebLogic Server domain.

    • pdc_username is the name of the PDC user.

    For example:

    java -cp /home/usr/opt/Oracle/oracle_weblogic_12.2.1.2.0/wlserver/server/lib/weblogic.jar weblogic.WLST cleanup_weblogic_domain.py weblogic password123 your.host.name.com 1234 false pdcuser
    
  3. Run the following command:

    ./deinstall.sh -silent -responseFile path
    

    where path is the location of the response file that you created during the GUI installation of PDC.

    You receive a message indicating that PDC has been uninstalled successfully.

Uninstalling BRM Integration Pack Using the Silent Mode

To uninstall BRM Integration Pack using the silent mode:

  1. Go to the BRM_Integration_Pack_home/oui/bin directory.

  2. Run the following command:

    ./deinstall.sh -silent -responseFile path
    

    where path is the location of the response file that you created during the GUI installation of BRM Integration Pack.

    You receive a message indicating that BRM Integration Pack has been uninstalled successfully.