| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Open ASCII file from PL/SQL
Hello:
Does anybody know how can I open an asci file from PL/SQL ?
I need to open an asci file from PL/SQL similar as I can do with TEXT_IO.OPEN_FILE. I want to do something like this:
fichero:=FOPEN('C:\MY_FILE.TXT','W');
TEXT_IO.PUTLINE(fichero,'HELLO WORLD');
FCLOSE(fichero);
The file would content:
HELLO WORLD<EOL>
<EOF>
Can anybody help me ?
Thanks in advance.
Clemen.
____________________________________________________________________________
Arrasate Sistemas S.L.
Mondragon (Gipuzkoa)
Spain
arrasis_at_arrakis.es
____________________________________________________________________________
Received on Mon Feb 24 1997 - 00:00:00 CST
![]() |
![]() |