Reading single-line unlimited length text file
225648Jan 13 2003 — edited Jan 21 2003Hi all.
I'm writing a program to read a single-line unlimited length string from a text file.
I tried to use PL/SQL Packages' UTL_FILE.FOPEN to open it but the size is limited to 32767...
(UTL_FILE.FOPEN(in_filepath, in_filename, 'r',32767);)
Is there any other function I can use?