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: getting error on UTL_FILE.FOPEN

Re: getting error on UTL_FILE.FOPEN

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 10 Nov 2005 21:14:18 -0800
Message-ID: <1131686157.352203@yasure>


Muthu Kumar G wrote:
> CREATE OR REPLACE DIRECTORY MY_OUT AS '/export/home/mig10g/muthu';
>
> GRANT READ, WRITE ON DIRECTORY MY_OUT TO PUBLIC;
>
> are these permissions enough or should i give some more privileges.
>
> thanks.
> Muthu Kumar.

Too much unless security isn't a concern.

I'd have granted READ, WRITE only to a single schema that is the owner of the stored procedure using UTL_FILE.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu Nov 10 2005 - 23:14:18 CST

Original text of this message

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