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 - How do I call its funcs/procs form a stored proc

UTL_FILE - How do I call its funcs/procs form a stored proc

From: camicro <camicro_at_nbnet.nb.can>
Date: Tue, 27 Oct 1998 11:21:42 -0400
Message-ID: <714oj0$bql$1@garnet.nbnet.nb.ca>


I am writing a package that will create various flat ascii files but have been unsuccessful in my attempts to utilize oracles utl_file package to do my file i/o. example:
  handle :=sys.utl_file.fopen('/unixdirectory','flatfilename.dat','w')

various errors occur regarding the handle declaration (I've tried various declarations - number,binary integer,char).

Any suggestions would be greatly appreciated, Andrew Johnson
camicro_at_nbnet.nb.ca Received on Tue Oct 27 1998 - 09:21:42 CST

Original text of this message

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