Re: List of files outside of Oracle home

From: Robert Klemme <shortcutter_at_googlemail.com>
Date: Wed, 04 Mar 2009 23:42:07 +0100
Message-ID: <718eekFk0rhtU2_at_mid.individual.net>



On 04.03.2009 13:41, matthias.hoys_at_gmail.com wrote:
> 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)"

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

Correct. The command was just meant as a safety net, i.e. to produce a list to check against. Sorry, I had forgotten about root owned files and also I was not clear enough.

Kind regards

        robert Received on Wed Mar 04 2009 - 16:42:07 CST

Original text of this message