A script-enabled browser is required for this page to function properly.

SRW.CREATE_TEMPORARY_FILENAME built-in function

This function returns the name of a temporary file that can be used within PL/SQL by the user for temporary storage. Reports stores the names of these temporary files. They are deleted after the After Report Trigger fires.

Syntax

SRW.CREATE_TEMPORARY_FILENAME() RETURN CHAR

See also

About the Reports Builder built-in package (SRW)

SRW built-in package