FOPEN in UTL_FILE gets invalid_path
From: Evan Splett <splette_at_nutat.com>
Date: 1996/11/29
Message-ID: <329F1DAC.AA_at_nutat.com>#1/1
Date: 1996/11/29
Message-ID: <329F1DAC.AA_at_nutat.com>#1/1
We are trying to write to a file from a package invoked by the Web
Server
using the UTL_FILE package.
The FOPEN keeps getting an INVALID_PATH exception, and I can't see what
is
wrong with it. This is the latest Oracle 7.3.1 on Solaris 2.5 .
the initsid.ora contains:
UTL_FILE_DIR = '/users/oracle/download'
The package contains:
wpfile UTL_FILE.FILE_TYPE;
BEGIN
BEGIN
wpfile := UTL_FILE.FOPEN ('/users/oracle/download/','file_in',
'W');
Received on Fri Nov 29 1996 - 00:00:00 CET