Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Coredump in 8.0.6 (NT) using utl_file

Coredump in 8.0.6 (NT) using utl_file

From: Tony <an100000_at_yahoo.com>
Date: Thu, 28 Mar 2002 16:34:35 +0100
Message-ID: <a7vd8m$jjk$1@news1.xs4all.nl>


Hi,

Using Oracle 8.0.6.0 on Win NT, I succesfully write text to a textfile. And the file is being made nicely. So far, so good.

However, the process initiating this, gives a coredump a few minutes later!

What might be the problem? Is it a known bug, I haven't found any report on that however...

PL/SQL-code:

csvfile:=utl_file.fopen('e:\messages','myfile.txt','w');

utl_file.putf(csvfile,'test-text');
utl_file.fflush(csvfile); -- Always flush the IO buffers
utl_file.fclose(csvfile); -- and then close the file


Thanks for any help,

Tony

Oracle DBA Received on Thu Mar 28 2002 - 09:34:35 CST

Original text of this message

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