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.