Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Problem with UTL_FILE
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
![]() |
![]() |