Uninstalling the Integration
This section describes how to uninstall the integration.
Note: It is recommended to take a backup of PRODUCT_HOME before uninstalling.
To uninstall the integration:
1. Restart the WebLogic Admin server and the SOA server.
2. Set the environment variables. For instructions refer to the Installation Steps section.
3. The uninstallation process is divided into three steps. Execute the commands in each of those steps.
a. Execute the following commands at the command prompt.
Undeploy all the composites from the Enterprise Manager partition.
Delete the partition.
Undeploy the MDS artifacts.
Linux
cd $PRODUCT_HOME/bin
ant -f UnInstallBuild.xml uninstallSOA -DInstallProperties=$PRODUCT_HOME/config/InstallProperties.xml -l uninstallSOA.log
 
Windows
cd %PRODUCT_HOME%\bin
ant -f UnInstallBuild.xml uninstallSOA -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml-l uninstallSOA.log
 
b. Execute the following commands at the command prompt:
Undeploy the database outbound connection pool.
Delete the JMS artifacts.
Linux
cd $PRODUCT_HOME/bin
ant -f UnInstallBuild.xml uninstallWL - DInstallProperties=
$PRODUCT_HOME/config/InstallProperties.xml l uninstallWL.log
 
Windows
cd %PRODUCT_HOME%\bin
ant -f UnInstallBuild.xml uninstallWL -DInstallProperties=%PRODUCT_HOME%\
config\InstallProperties.xml -l uninstallWL.log
 
After executing these commands, bounce the managed server and admin server manually.