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 -> PL/SQL (utl_file) problem...

PL/SQL (utl_file) problem...

From: <ashesh48_at_my-dejanews.com>
Date: Mon, 30 Nov 1998 21:17:19 GMT
Message-ID: <73v20f$ss5$1@nnrp1.dejanews.com>


Hi everyone,
v7.3x
insert the data in to the another table....

( v_dir  in	 varchar2, v_filename in  varchar2)
v_filehandle	    UTL_FILE.FILE_TYPE ;

utl_file.file_type ;
cfe.account.acct_number%TYPE ;
cfe.account.acct_internal%TYPE ;
number ;
begin
v_filename, 'r' ) ;
); Open the file to write...
line...
exception
:= instr(v_newline , ' ', 1 , 1) ;

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Nov 30 1998 - 15:17:19 CST

Original text of this message

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