24.10 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 24-7 CLOSE Procedure Parameters
| Parameter | Description | 
|---|---|
p_context | 
                              Context object obtained with one of the OPEN_ functions.
                               | 
                           
Parent topic: APEX_EXEC