Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> utl_file Package
I'd very much appreciate any help in getting the following code running
using the utl_file package:
DECLARE
file_aaa utl_file.file_type; file_text varchar2(80);
I have set the parameter
utl_file_dir = C:\Temp
in my init_.ora file and have bounced the database. I am running the code on the server-side but it merely returns exceptions - I am using Oracle8 on WinNT4.
Any help would be much appreciated,
Thanks,
![]() |
![]() |