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 -> UTL_FILE.FOPEN problem..

UTL_FILE.FOPEN problem..

From: Videoway <xpoitras_at_hotmail.com>
Date: 1998/09/09
Message-ID: <01bddc12$e33deb90$500112ac@DESGIN01>#1/1

When I use UTL_FILE.fopen.. I got an exception error invalide_opration..
I want to know first, detail about this fonction.. ? Do I have to put a '\' at the en of the directory name (first parameter)..?

please email back to xpoitras_at_hotmail.com



DECLARE
 v_fichier            UTL_FILE.FILE_TYPE;
 v_nom_repertoire     VARCHAR2(300);
   v_nom_fichier        VARCHAR2(30);

BEGIN
     v_fichier := UTL_FILE.FOPEN(v_nom_repertoire , v_nom_fichier, 'w');


....
EXCEPTION
 WHEN UTL_FILE.INVALID_OPERATION THEN
. ...
END; Received on Wed Sep 09 1998 - 00:00:00 CDT

Original text of this message

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