1753367 Members
4820 Online
108792 Solutions
New Discussion юеВ

Re: Uninstall

 
SOLVED
Go to solution
Michael Brooks_4
Occasional Advisor

Uninstall

Can someone point me to where to go for uninstallation of Oracle on a HP system?
Thanks so much.

Mike
11 REPLIES 11
Steven E. Protter
Exalted Contributor
Solution

Re: Uninstall

cd $ORACLE_BINARY_DIRECTORY

rm -rf *

There is also a removeal utility that comes with the universal installer utility from oracle

runInstaller

Its X GUI and point and click. No batch version.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Helen French
Honored Contributor

Re: Uninstall

Well, if you want to use your database (data) in future, you need to export and back it up. If you are all done with those step, you can safely remove your $ORACLE_HOME files and your configuration files manually. There is no "uninstall" program as such in Oracle.
Life is a promise, fulfill it!
Michael Brooks_4
Occasional Advisor

Re: Uninstall

Great information folks, but my company wants documentatation stating the steps.

Yes, I have backed the system up already.

Can you please tell me if that exist somewhere?

Thanks again,
Mike
Michael Schulte zur Sur
Honored Contributor

Re: Uninstall

Hi Mike,

the easiest thing of course would be to shutdown oracle and make a full backup of oracle including files. The other depends on, whether you ever want to run oracle or at least the current version on this machine again. If not, the rm of SEP would be the best. As far as I remember the runInstaller leaves the inventory files behind. Have a look for oracle files with
find / -user oracle -print
to see, where oracle has spreaded its files.
Oracle also leaves a few files in /usr/local and /etc

have fun being here,

Michael
Michael Schulte zur Sur
Honored Contributor

Re: Uninstall

Hi Mike,

what are you looking for?
runInstaller is in $oh/bin or it was not installed. You then can start an installation and when in the main menu uninstall products.

Michael
Michael Brooks_4
Occasional Advisor

Re: Uninstall

Thanks, All.

I appreciate your help!

Mike
Helen French
Honored Contributor

Re: Uninstall

If you look at Oracle metalink support site, you will all documents needed for installation, upgrade and removal:

http://metalink.oracle.com
Life is a promise, fulfill it!
Yogeeraj_1
Honored Contributor

Re: Uninstall

Hi,

In fact you use the Oracle Universal Installer for both installing and de-installing oracle software.

The installer has a process that keeps an inventory of what products have been installed.

So it is important that you remove your oracle products using this tools so as to keep your repository up-to-date.
See metalink note: 74182.1

The following is a brief outline of the procedure:

1- Verify dependencies
2- Stop the instance
3- De-install using OUI
4- Remove configuration information from OID
5- Remove Oracle Home
6- Update shared files
7- Cleanup OUI files (Optional)

see note: 218277.1 for more details.

regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Michael Brooks_4
Occasional Advisor

Re: Uninstall

Thanks, again I was just going to say that the runinstaller in $ORACLE_HOME isn't there, and the $ORACLE_BINARY_DIRECTORY wasn't set. So, I will check Metalink.