18.9 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 18-7 CLOSE Procedure Parameters
| Parameter | Description | 
|---|---|
| 
 | Context object obtained with one of the  | 
Parent topic: APEX_EXEC