FFLUSH procedure

The FFLUSH procedure forces unwritten data in the write buffer to be written to a file.

Syntax


1  UTL_FILE.FFLUSH ( file )

Procedure parameters

file
An input argument of type UTL_FILE.FILE_TYPE that contains the file handle.