Sorry, in may last request, I didn't mention. I tried some more things. I am using Oracle 9i. Could you pl help me to fix the problem. Thanks in advance for your help.
--------------------------------------------------
create directory file_dir as 'c:\temp'
GRANT write on directory file_dir to...
Hello,
I am running Oracle SQL *Plus on Windows system and trying to open a test file. I would greatly appreciate for your kind help.
CREATE OR REPLACE PROCEDURE File_open
IS
output utl_file.file_type;
begin
output := utl_file.fopen( 'c:\temp\', 'File_open.txt', 'w',32000 )...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.