Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Create operating system file
does the Unix account fall in the dba group. In that case you could use the
group permissions. Or alternatively make sure the setuid bit of the file is
on: will make sure the file is uses Oracle permissions always, regardless of
owner.
On the Oracle side, lasciate fare ogni speranza, voi che entrate. Oracle is
a dbms, it doesn't know anything about file permissions.
Hth,
--
Sybrand Bakker, Oracle DBA
<cakilner_at_my-deja.com> wrote in message news:84qskk$kuj$1_at_nnrp1.deja.com...
> Here's the problem.
>
> I have a UNIX account that runs a cronjob and creates an operating
> system file. The problem is the operating system file is owned by
> ORACLE which is not the same account that the cronjob exists. I need
> this file to have write permissions for this other unix account
> (although preferably owned by this other account).
>
> I've tried the UMASK command on Oracle account and other account to have
> "others" with RW. I couldn't get it to work, but I don't really like
> this option as it opens a lot of security holes.
>
> Any suggestions on the Oracle side what I can do?
>
> Thanks In Advance,
>
> Carol Kilner
> ckilner_at_protectair.com
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Mon Jan 03 2000 - 13:50:29 CST
![]() |
![]() |