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 on NT Server

Re: utl_file on NT Server

From: <sokol_at_opsb.ru>
Date: Wed, 15 Jul 1998 05:09:10 GMT
Message-ID: <6ohdhm$6vs$1@nnrp1.dejanews.com>


add in your file INIT.ORA next line(s):

utl_file_dir=< YOUR FAVORITE DIR >
utl_file_dir=< ANOTHER YOUR FAVORITE DIR > ....
....

Restart Oracle and do call
FILE := utl_file.fopen('<ANY DIR FROM ABOVE>', '<FILE NAME>', '<MODE>');

Luck.

In article <6oft26$mid$1_at_nnrp1.dejanews.com>,   wdodard_at_richter.net wrote:
> Hi,
> I try to use the function utl_file.fopen on an NT Server. I get the following
> error message: User-Defined Exception.
> Could someone help me with this utl_file package under NT.
>
> Regards,
> Wesner
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Wed Jul 15 1998 - 00:09:10 CDT

Original text of this message

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