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

Table 37-2 FINISH Procedure Parameters

Parameter Description

p_zipped_blob

BLOB containing the zip file.

Example

See "ADD_FILE Procedure" for an example.