Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> PL/SQL output using UTL_FILE_DIR
Hi,
I am trying to run a PL/SQL procedure to unload a table to a file using utl_file_dir. As soon as the file's record length is greater than 1024 bytes (i.e 1 Kb) I receive an ORA-06512 error message. Is there some way to increase the output record length limit from 1K. Thanks.
Warren.