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