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 -> Re: UTL_FILE usage in NetWare

Re: UTL_FILE usage in NetWare

From: Songbird <GCHEUNG_at_oldec1.agw.bt.co.uk>
Date: 1997/03/24
Message-ID: <5h5lt0$h3b@pheidippides.axion.bt.co.uk>#1/1

In article <3329F13C.4327_at_earthlink.net>, mspurkel_at_earthlink.net says...
>

 [snip]
>And once that's done, what is
>the standard for specifying DOS/NetWare paths in the FOPEN function?

this is an example for DOS:

  file_id := UTL_FILE.FOPEN('z:\common\log', 'error.log', 'W');

don't terminate the location parameter with "\" like the manual tells you to.

Gary. Received on Mon Mar 24 1997 - 00:00:00 CST

Original text of this message

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