UTL_FILE

From: Gerrit Krull <gerrit.krull_at_gmx.de>
Date: 4 Jun 2002 07:44:59 -0700
Message-ID: <34cdbeb4.0206040644.600fe9c9_at_posting.google.com>


[Quoted] can anyone tell me why I get this messages no matter what path or filename I enter?

Thx and BR,

Gerrit

SQL> ed
Wrote file afiedt.buf

  1 declare
  2 v_file UTL_FILE.FILE_TYPE;
  3 begin
  4 v_file := utl_file.fopen('C:\Temp', 'Test.Txt', 'w');   5 utl_file.put_line(v_file, 'Test');   6 utl_file.fclose(v_file);
  7* end;
SQL> /
declare
*
ERROR at line 1:

ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "SYS.UTL_FILE", line 98
ORA-06512: at "SYS.UTL_FILE", line 157
ORA-06512: at line 4
Received on Tue Jun 04 2002 - 16:44:59 CEST

Original text of this message