Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: problem with UTL_FILE.FILE OPEN
Hello,
Yes you can use an asterisk which means any directory path
is available for using UTL_FILE (at least in 7.3). Oracle recommends
you do not do this due to security concerns. You must refer to
the server directory structure not to mapped drives and you must
have the proper permission to create files in the target.
-- Chris J. Guidry P.Eng. ATCO Electric, Metering Services Phone: (780) 420-4142 Fax: (780) 420-3854 Email: chris.guidry_at_atcoelectric.comReceived on Wed Mar 14 2001 - 15:19:29 CST
> -----Original Message-----
> From: Gogala, Mladen [SMTP:MGogala_at_oxhp.com]
> Sent: Wednesday, March 14, 2001 11:05 AM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: problem with UTL_FILE.FILE OPEN
>
> You're supposed to set the parameter to a directoryname,
> not an asterisk. Setting the parameter to something like
> /oracle/base/8.1.7/work
> and setting the protection of the directory to 0644 (files are
> written by the oracle server processes) should help.
>
> -----Original Message-----
> Sent: Wednesday, March 14, 2001 5:16 AM
> To: Multiple recipients of list ORACLE-L
>
>
> List hi!
> Oracle817 on AIX. (64 bit)
> We have defined in initora file UTL_FILE_DIR=*
> When we start function UTL_FILE.FOPEN it raises exception INVALID_PATH.
> Everything is set and available (permissions are 777).
> Do you have any idea what's wrong?
>
> TIA,
> Sonja
>
>
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: =?ISO-8859-2?Q?Sonja_=A9ehovi=E6?=
> INET: sonja.sehovic_at_pbz.hr
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Gogala, Mladen
> INET: MGogala_at_oxhp.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Guidry, Chris INET: chris.guidry_at_atcoelectric.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
![]() |
![]() |