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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Raw partition change owner on LINUX after reboot

Re: Raw partition change owner on LINUX after reboot

From: Phil Jones <phillipjones_at_gmail.com>
Date: Mon, 20 Mar 2006 15:58:25 +0100
Message-ID: <b64a80d00603200658m1a704155k@mail.gmail.com>


Hi,

As a workaround put the following in your /etc/rc.d/rc.local file:

chown oracle:dba /dev/raw/raw*
chmod 660 /dev/raw/raw*

Cheers,

Phil

On 20/03/06, dba1 mcc <mccdba1_at_yahoo.com> wrote:
> We have server use "raw" partition for ORACLE
> database. O.S. is Redhat AS 4.2. The raw partitions
> under /dev/raw/raw1, /dev/raw/raw2, .. after reboot,
> it wil change owner from "oracle" to "root".
>
> Does anyone know how to fix it?

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Mar 20 2006 - 08:58:25 CST

Original text of this message

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