Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: problem with UTL_FILE.FILE OPEN
I believe * is valid (though I can't find the page in a book right now), though it could be dangerous, utl_file writes as oracle, make sure some duhveloper doesn't overwrite/append to your datafiles.
Look at the UTL_FILE.FOPEN commands and verify the paths.
lv_log_file := UTL_FILE.FOPEN('/dir1/dir2/dir3','logfile.dat','A');
> -----Original Message-----
> From: Dasko, Dan [mailto:Dan.Dasko_at_cdicorp.com]
> Sent: Wednesday, March 14, 2001 10:07 AM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: problem with UTL_FILE.FILE OPEN
>
>
> I thought that a directory had to be specified by name in
> initora. I don't
> think you can specify a wildcard or a higher level directory.
> I could be
> wrong.
>
> Dan
>
> -----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).
>
> _____________________________________________________________________
> This e-mail message has been scanned for the presence of all
> known computer
> viruses by the MessageLabs Virus Control Center. However, it is still
> recommended that you use local virus scanning software to
> monitor for the
> presence of viruses.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Dasko, Dan
> INET: Dan.Dasko_at_cdicorp.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: Anderson, Brian INET: andersob_at_mail.dartnet.peachnet.edu 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).Received on Wed Mar 14 2001 - 14:24:39 CST
![]() |
![]() |