27.11 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
APEX_EXEC.CLOSE (
p_context IN t_context )
Parameters
Parameter | Description |
---|---|
p_context |
Context object obtained with one of the OPEN_ functions.
|
Parent topic: APEX_EXEC