60.3 FINISH Procedure

This procedure completes the creation of a zip file after adding files with APEX_ZIP.ADD_FILE.

Syntax

APEX_ZIP.FINISH (
    p_zipped_blob IN OUT NOCOPY BLOB )

Parameters

Parameter Description
p_zipped_blob BLOB containing the zip file.

Example

See ADD_FILE Procedure.