Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: getting error on UTL_FILE.FOPEN
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.
Received on Thu Nov 10 2005 - 22:56:14 CST