Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Can't deinstall 8.1.6

Re: Can't deinstall 8.1.6

From: Sambavan <sambavan_at_mail.utexas.edu>
Date: Thu, 28 Sep 2000 21:07:44 GMT
Message-ID: <8r0buo$o1k$1@nnrp1.deja.com>

The other possibility could be that it might require the password for the sys. The default password for the sys is "change_on_install". Once you deinstall the database you could go ahead and use the installer to remove the logical files. But, it happens that after the installer uninstalls the files, you have to do rm -f ~/dir_name to remove the files physically.

Then go ahead and remove the files from /var/opt/oracle/oratab. This will make sure whrn you reboot linux, the oracle db will not be started.

The hard way to do it is do

ps -ef| grep oracle

kill all the oracle processes and then do rm -f on the oracle_base or on the directory where you have installed oracle. Then go ahead and remove the /var/opt/oracle directory to make sure that you have removed all the files.

Good luck,
Sam

(: Play and learn :)

In article <39D370D3.166639CF_at_webde-ag.de>,   Uwe Schneider <us_at_webde-ag.de> wrote:
> kev wrote:
> >
> > Hi,
> >
> > I've installed 8.1.6 on Red Hat 6.2, and created a DB at
 installation
> > time. I realise I didn't want to do this, so I de-installed Oracle
 using
> > the installer prog.
> > When I select 'Installed Products' from the installer prog it says
 that
> > there are no Oracle products installed, yet all the files are still
> > there under OraHome1.
> > If I run the installer prog again, it also picks up that there is a
> > database in existence (the one I created on the first install).
> > How am I supposed to actually uninstall Oracle?
> >
>
> The reason could be:
> - an entry in /etc/oratab
> - $ORACLE_HOME/dbs/init<SID>.ora
> - $ORACLE_HOME/dbs/sgadef<SID>.dbf
>
> Uwe
> --
> Uwe Schneider - WEB.DE AG - Amalienbadstr. 41 - 76227 Karlsruhe
> Forschung & Entwicklung - Tel. (+49) 721 94329 832
> "In a world without walls and fences, who needs windows and gates?"
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Sep 28 2000 - 16:07:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US