Beginners guides

10Sep 2019

If a lot of data is to be written directly from the database to a file, the following error may occur: Error report:ORA-29285: file write errorORA-06512: at “SYS.UTL_FILE”, line 148ORA-06512: at “SYS.UTL_FILE”, line 403ORA-06512: at “SYS.UTL_FILE”, line 1166ORA-06512: at line 5829285. 00000 – “file write error”*Cause: Failed to write to, flush, or close a file.*Action: […]

09Sep 2019

How do I implement a comma-separated enumeration of data in a template? In this case you want the comma or any other separator text to appear only between the records. For this there is the identifier $[HasNextRow], which can be used within a $[Repeat] range. It only outputs the contained document part if the currently […]