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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle can read file not allowed by oracle user

Re: Oracle can read file not allowed by oracle user

From: Laurenz Albe <invite_at_spam.to.invalid>
Date: 29 Nov 2005 14:17:30 GMT
Message-ID: <1133273849.2177@proxy.dienste.wien.at>


thanosz_at_gmail.com wrote:
> Using oracle 9.2.0.5 on AIX 5.3. I have user oracle and group oinstall
> and recommended in installation. I have a directory oracle/oinstall
> (owner/group) with r-xr-x-- permissions and in there a I have a file
> owned by root/system with rw-r-----, so root has rw and group (system)
> has r only. When I login as user oracle and cat this file I am not able
> to read it, which is correct since oracle is not owner and not in the
> group.
>
> However when I create a directory in oracle
>
> create or replace directory MY_DIR as '/pathtodir';
> grant write on MY_DIR to user;
> grant read on MY_DIR to user;
>
> I am able to read this file through a procedure.
>
> Aren't all the file accessed by oracle user and there all permissions
> provided at the OS level should be respected? Is it possible to even
> override these (through the grant).

Oracle cannot override system permissions.

Please check:

Hopefully, with this information it will be possible to determine what's going on.

Yours,
Laurenz Albe Received on Tue Nov 29 2005 - 08:17:30 CST

Original text of this message

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