Re: List of files outside of Oracle home

From: Robert Klemme <shortcutter_at_googlemail.com>
Date: Wed, 04 Mar 2009 12:29:11 +0100
Message-ID: <71770uFj8o2fU1_at_mid.individual.net>



On 04.03.2009 10:02, matthias.hoys_at_gmail.com wrote:
> Oracle database 10g on Red Hat AS 4.0.
>
> I'm looking for a list of files that Oracle installs outside of the
> Oracle home.
> I have:
> - /etc/oratab
> - /etc/oraInst.loc
> - /usr/local/bin/coraenv
> - /usr/local/bin/oraenv
> - /usr/local/bin/dbhome
>
> Any others ?

If you want to be really sure you could do something like

find / -user oracle \

   | egrep -v "^($ORACLE_HOME|/tmp|/home/oracle|/proc)"

Kind regards

        robert Received on Wed Mar 04 2009 - 05:29:11 CST

Original text of this message