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 -> Problem with UTL_FILE

Problem with UTL_FILE

From: <efflerch_at_my-deja.com>
Date: Thu, 02 Dec 1999 12:29:18 GMT
Message-ID: <825omr$4lc$1@nnrp1.deja.com>


Hi,

if someone writes a procedure at my system which tries to open a file for writing in a not defined(wrong) utl_file_dir the whole database crashes (Oracle.exe is killed)
for inst.
utl_file_dir:='c:\wrong\directory'
file_id := UTL_FILE.FOPEN(utl_file_dir, utl_file_name, 'W');

My System:
Oracle 8i at WinNT (Compaq proliant 4 Proc 1GB RAM ) (upgraded from V7.1 => V7.33=> V8.03=> V8.04=> V8.05=> V8.1.5)

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Dec 02 1999 - 06:29:18 CST

Original text of this message

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