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

Home -> Community -> Usenet -> c.d.o.tools -> UTL_FILE problems

UTL_FILE problems

From: Scott Buyer <scottb_at_verio.net>
Date: 2000/06/15
Message-ID: <642A954DD517D411B20C00508BCF23B001254806@mail.sauder.com>#1/1

I cannot get the fopen function of this package to run. I added the directory I am accessing to the control file, I create the variable of type UTL_FILE.FILE_TYPE; Here is my code in the proc

CREATE OR REPLACE PROCEDURE XACCT.SUMMARIZE_USAGE_DETAIL_2_DED (V_STR_DATE CHAR)
IS

The open fails.

Any thoughts out there. Received on Thu Jun 15 2000 - 00:00:00 CDT

Original text of this message

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