- Installation Guide for Oracle Fusion Middleware 11g
- Report Manager Administrator Operations
- Uninstall BI Publisher
Uninstall BI Publisher
- Log in to the server over VNC or SSH.
ssh -Y oracle@vm - If you installed a Simple Install, stop the WebLogic server by running the
stopWebLogic.shscript.[oracle@vm ~]$ cd app/OracleMiddleWare/user_projects/domains/bifoundation_domain/bin/ [oracle@vm bin]$ ./stopWebLogic.sh - 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 - If it's still running, kill the Node Manager's process ID.
ps -ef | grep weblogic kill <node manager process id> - Run the uninstallation scripts for BI Publisher .
Click Next, Next, and Done to uninstall all the components.[oracle@vm bin]$ cd ~/app/OracleMiddleWare/utils/uninstall/ [oracle@vm uninstall]$ ./uninstall.sh - Run RCU and drop the MDS and BIPLATFORM schemas from Oracle database.
[oracle@vm ~]$ cd ~/rcuHome/bin [oracle@vm bin]$ ./rcu - Delete the
OracleMiddleWaredirectory.rm -rf ~/app/OracleMiddleWare/