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

Home -> Community -> Usenet -> c.d.o.server -> Re: Agent10g silent deinstall

Re: Agent10g silent deinstall

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 23 Oct 2006 08:12:30 -0700
Message-ID: <1161616349.250886@bubbleator.drizzle.com>


gallasr_at_post.sk wrote:
> Hello,
>
> On Linux-box we have production RDBMS 10g and wanted to install
> agent10g. Installation of agent failed and now I want to remove
> agent10g from system. I do not have gui option so I have to do it in
> command line only. I removed directory with agent10g instalation but do
> not know how to remove it from oraInventory. I do not want to remove
> entire oraInventory because it would affect production RDBMS.
>
> Advice needed
>
> Regards
> Robert

cd $AGENT_HOME
cd. ..
rm -rf *agent*

should work rather nicely if you set up the environment variable.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Oct 23 2006 - 10:12:30 CDT

Original text of this message

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