13.7 CLOSE Procedure

This procedure closes the query context and releases resources.

Note:

Ensure to always call this procedure after work has finished or an exception occurs.

Syntax

procedure close(
    p_context in t_context );

Parameters

Table 13-5 CLOSE Procedure Parameters

Parameter Description

p_context

Context object obtained with one of the OPEN_functions.