Re: List of files outside of Oracle home

From: <matthias.hoys_at_gmail.com>
Date: Wed, 4 Mar 2009 04:41:12 -0800 (PST)
Message-ID: <2dc825e2-d11e-41a3-b355-9273648ac205_at_r34g2000vba.googlegroups.com>



On Mar 4, 12:29 pm, Robert Klemme <shortcut..._at_googlemail.com> wrote:
> On 04.03.2009 10:02, matthias.h..._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

Wouldn't this only return the list of files that have user "oracle" as owner ?
oraInst.loc for example has as ownership root:root

Matthias Received on Wed Mar 04 2009 - 06:41:12 CST

Original text of this message