Showing posts with label Uninstall JDeveloper12c. Show all posts
Showing posts with label Uninstall JDeveloper12c. Show all posts

Monday, 26 August 2013

Uninstalling JDeveloper 12c from my OpenSUSE.

Uninstalling JDeveloper 12c from my OpenSUSE.

What you can do to find the uninstall file is type this

cd /{path to Middleware}
find -iname deinstall
When I ran that command I found 3 results:
./Oracle_Home/oui/bin/deinstall.sh
./Oracle_Home/inventory/deinstall
./Oracle_Home/inventory/deinstall/deinstall-info.xml

you want to run the"deinstall.sh"

This can be done using these commands

cd /
./u01/Oracle/Middleware12c/Oracle_Home/oui/bin/deinstall.sh

or you can cd to
cd /{path to Middleware}/Oracle_Home/oui/bin/
and then run
./deinstall.sh


#bearMan out.