Uninstall BI Publisher

  1. Log in to the server over VNC or SSH.
    ssh -Y oracle@vm
  2. If you installed a Simple Install, stop the WebLogic server by running the stopWebLogic.sh script.
    [oracle@vm ~]$ cd app/OracleMiddleWare/user_projects/domains/bifoundation_domain/bin/
    [oracle@vm bin]$ ./stopWebLogic.sh
  3. If you installed the Enterprise Install, stop the managed server's WebLogic server and the running Node Manager process.
    This script uses the syntax:
    stopManagedWebLogic.sh {SERVER_NAME} {ADMIN_URL} {USER_NAME} {PASSWORD}
    For example:
    [oracle@vm ~]$ cd app/OracleMiddleWare/user_projects/domains/bifoundation_domain/bin/
    [oracle@vm ~]$ ./stopManagedWebLogic.sh bi_server1 t3://vm.acmepacket.com:9704 weblogic testPassword5
  4. If it's still running, kill the Node Manager's process ID.
    ps -ef | grep weblogic
    kill <node manager process id>
  5. Run the uninstallation scripts for BI Publisher .
    [oracle@vm bin]$ cd ~/app/OracleMiddleWare/utils/uninstall/
    [oracle@vm uninstall]$ ./uninstall.sh
    Click Next, Next, and Done to uninstall all the components.
  6. Run RCU and drop the MDS and BIPLATFORM schemas from Oracle database.
    [oracle@vm ~]$ cd ~/rcuHome/bin
    [oracle@vm bin]$ ./rcu
  7. Delete the OracleMiddleWare directory.
    rm -rf ~/app/OracleMiddleWare/